Loading Tool

Explorer IconExplorer

Memory Pool

39,701 transactions
27.09 vMB
0.05572524 BTC
Random Selection Loading Transactions
Max Size: 141.57/200 MB

Candidate Block

Mining Attempt f04ead48e91d825b8c7a3cbedce1f55465cbff517a31a56ff97a61575fc0a668
Version 20000000
Previous Block 00000000000000000000245eed505a538a5d305de614b12adbe4c5ba2b15f80a
Merkle Root 2856c2bd5886bfad69733f8bfbe8ebc17297e43e263972f900dfaf9f835e7baf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,175
Size: 1.00 vMB
Total Fees: 0.00560573 BTC
Feerates: 69.10 > 0.56 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,863 (432,326 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
482,537 482,537 000000000000000000dcb9726d53020d45ea1c7b101ab8fb2f83f7a4535f9589 1,436 1.00/1.00 vMB 217
482,536 482,536 000000000000000000fc7df5cd442d02f28a64e15afd27ca5fe33de403383110 1,063 1.00/1.00 vMB 158
482,535 482,535 000000000000000000b529de6fabeaf16c5215bde5009c0a30c16db0a73db902 1,767 1.00/1.00 vMB 266
482,534 482,534 00000000000000000006e250823bed6a3006d952de2270b31658ff58d7c15dff 2,156 1.00/1.00 vMB 291
482,533 482,533 0000000000000000006bc187e84c1322fff9c36aba769b16951cadc34d554fd5 2,208 1.00/1.00 vMB 252
482,532 482,532 000000000000000000dff4e65b8bb5ad7106bad2cb6227ae767df5d73598143b 2,184 1.00/1.00 vMB 284
482,531 482,531 000000000000000000ab606940f0a2b9603a19b149052e2e708e14a73e16948f 2,404 1.00/1.00 vMB 314
482,530 482,530 00000000000000000109e474d387dc15f2fd6997b236b57a517dac4300514bb4 2,605 1.00/1.00 vMB 311
482,529 482,529 000000000000000000871250dd8257dd3d3b6032c8e453a034d9db93c4e7b29e 2,031 1.00/1.00 vMB 370
482,528 482,528 00000000000000000079476d2f30586ef437721c38124c895a32b05976599b85 2,143 1.00/1.00 vMB 452
482,527 482,527 0000000000000000003bc70f31f126c43a3399880e1b2ec8940c22505c91fecb 2,158 1.00/1.00 vMB 461
482,526 482,526 0000000000000000000b119d7e61de957dfbc1d614ebb318ee655ce1d31f6272 2,313 1.00/1.00 vMB 356
482,525 482,525 000000000000000000f6112b76e41ab29fea769cf2eaa7af18e7bcadad8ff644 2,242 1.00/1.00 vMB 451
482,524 482,524 00000000000000000086f84931d92664b0d19368d6485794f7073e173eb2acd0 2,361 1.00/1.00 vMB 511
482,523 482,523 0000000000000000007e68f902b0f1fb1b33f8c724390752828e40fdaa990c94 1,916 1.00/1.00 vMB 406
482,522 482,522 0000000000000000009f3a90ae5a0b18bd1c3df5b4dd37d69a22fe94757e60e0 2,050 1.00/1.00 vMB 497
482,521 482,521 000000000000000000936e2b67612963dd4832c35bd91bae751577a2f5584a1a 1,839 1.00/1.00 vMB 374
482,520 482,520 0000000000000000000d16874b605d8a38ef19bf8f268e3dca6f8819b36bfb6d 2,355 1.00/1.00 vMB 466
482,519 482,519 000000000000000000999503571b417b95bb0adcb60438279d21810e84d5170c 2,150 1.00/1.00 vMB 483
482,518 482,518 00000000000000000000e06694b015f380f0d974554436f618cb7e625206322d 2,187 1.00/1.00 vMB 427
482,517 482,517 00000000000000000014657d2048833cad40dbf7386437764f99d7ac6c7b267d 2,322 1.00/1.00 vMB 272
Previous 10 blocks ↓
Total Size: 782.15 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: 652.93 GB
    • Received: 13.81 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.