Loading Tool

Explorer IconExplorer

Memory Pool

76,276 transactions
28.43 vMB
0.06583054 BTC
Random Selection Loading Transactions
Max Size: 172.36/200 MB

Candidate Block

Mining Attempt 7727f45957a0d4eb89c1c96859c1f65d8573488a196253162e0ab83e8e4e2e76
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root c6da7b94b28e4dcde8bdae7e625f6e43569fdffccf5d65662999d098732c8feb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,439
Size: 1.00 vMB
Total Fees: 0.00698906 BTC
Feerates: 71.79 > 0.70 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (357,142 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
558,018 558,018 00000000000000000020544dfa60d1635d7d2067d0cd20b4846b24b1a49f9a25 585 0.18/1.00 vMB 12
558,017 558,017 0000000000000000000ab1c8e2a1539026739fc18bd0016f31eca5d2a53d256f 471 0.18/1.00 vMB 17
558,016 558,016 0000000000000000000b2b7fa4468053ffbf230e1f785eaf3d9f87ee99a8bb84 778 0.24/1.00 vMB 20
558,015 558,015 00000000000000000016e8fee57b3e2d7742cd394cc5c6016f7ea6bfbe986975 1,248 0.44/1.00 vMB 17
558,014 558,014 0000000000000000000ffb2544b2ae1fa67a80b2fa6526b2542844cb8ec34273 615 0.22/1.00 vMB 17
558,013 558,013 00000000000000000021b9011dd8f5425030d257995ac3f27be3fd7af0ff6bb3 1,274 0.51/1.00 vMB 7
558,012 558,012 000000000000000000180085c10f2b547a090700fe737c0abe823266ba944659 2,754 1.00/1.00 vMB 13
558,011 558,011 0000000000000000002414d913783accc95d37a35f7f6d94c2b6ecf7244cbe4b 2,817 1.00/1.00 vMB 5
558,010 558,010 00000000000000000022faf842bb6d631d0efd2c2b891f54e3ed96fe012e1bd7 2,299 1.00/1.00 vMB 16
558,009 558,009 00000000000000000026eb6de166fdfc7dd06313baa1caf4207dac6012222730 3,670 1.00/1.00 vMB 38
558,008 558,008 0000000000000000001e52165bda378468f61e15f4f67d419dc4c318e318ceb6 2,211 0.71/1.00 vMB 7
558,007 558,007 000000000000000000040d5e82f88e295a82f2204da250f843d857b8fdb5a6ec 2,758 1.00/1.00 vMB 21
558,006 558,006 00000000000000000014e924ffa8cfd9c734fc039e926ad1559f20670353a2e2 2,661 0.99/1.00 vMB 4
558,005 558,005 00000000000000000000d5cf934f2945d703241734bf745b1dc9f4cf6ada6392 2,804 1.00/1.00 vMB 16
558,004 558,004 000000000000000000196e749e6c2e86e39289e38bda2ce863086a304e5be04e 3,025 1.00/1.00 vMB 27
558,003 558,003 00000000000000000008dfb0d1754409f51b851bc66af578648c16e780870294 2,310 1.00/1.00 vMB 21
558,002 558,002 0000000000000000002cd41f857f3a4da49d70d2175da24df25085540cf1f76d 516 0.15/1.00 vMB 16
558,001 558,001 0000000000000000002e2e9a7033e6020beaeacc51ad40710ea166c1a0e2316a 2,098 0.61/1.00 vMB 13
558,000 558,000 000000000000000000001d07114997c2fbd5e277ae19d85b6adbb1e00d3d92b2 556 0.15/1.00 vMB 18
557,999 557,999 00000000000000000015dbab42490d0d95a7efff6467108f1289cd9e53603079 296 0.08/1.00 vMB 16
557,998 557,998 000000000000000000049fcb1e80542b6defb80687bd4ba5e3d479bfd9edebd7 2,196 0.71/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.67 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 673.13 GB
    • Received: 16.40 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.