Loading Tool

Explorer IconExplorer

Memory Pool

81,792 transactions
30.24 vMB
0.08448791 BTC
Random Selection Loading Transactions
Max Size: 182.29/200 MB

Candidate Block

Mining Attempt 76c749a33573f47a6751444ed068aa1ac2d1ce41f12e78e85d53d134fd5f410f
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root 2712386b4161024cf66de9f64b708e7a323cf52977ef6333a7631902576e2b1a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,946
Size: 1.00 vMB
Total Fees: 0.02247580 BTC
Feerates: 502.67 > 2.25 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (250,437 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
664,544 664,544 00000000000000000001ea87a36b1509c18ddbebfd3190f04ced15613d2e15aa 1,260 1.00/1.00 vMB 85
664,543 664,543 00000000000000000001fbe7c5069bc13fa99f015411f6df639bd94d7c9335ab 1,587 1.00/1.00 vMB 47
664,542 664,542 000000000000000000022b74789536a1d07e0523874960f68933f5f8232a0d6d 2,685 1.00/1.00 vMB 77
664,541 664,541 00000000000000000001daa7563e4b1d0e87a1f2c3040e922633c0f519bcf409 2,639 1.00/1.00 vMB 100
664,540 664,540 0000000000000000000e804c32e019e4bdd9c2b4f91fab6c6041cccd31ab6fa2 2,350 1.00/1.00 vMB 68
664,539 664,539 0000000000000000000027653b78c79aa0ecee811b10bc2b9caecb8e87d5eb46 2,065 1.00/1.00 vMB 72
664,538 664,538 00000000000000000002b6a50238fcf676a179c77add37caf5430293ac57fbd0 2,514 1.00/1.00 vMB 70
664,537 664,537 0000000000000000000d68bade56fb08cc1d78d5f5920048d158fae97c68308f 2,428 1.00/1.00 vMB 104
664,536 664,536 00000000000000000006f97f9e415a583dbc3e5a05a8a037c9d8c254b8d2ef8a 2,561 1.00/1.00 vMB 59
664,535 664,535 0000000000000000000a9b1880c60dec3932c02fd223eea2c81bfd74b96e8ca6 1,903 1.00/1.00 vMB 53
664,534 664,534 00000000000000000000094eab3f973ea6d40063e81169f3c1247c65e535d332 2,272 1.00/1.00 vMB 72
664,533 664,533 00000000000000000001dcf01e5ea64d1d7066c3d84f5cb0c60f6eea9781196f 2,834 1.00/1.00 vMB 67
664,532 664,532 0000000000000000000038f857138c1f157587cfd2f1deffb582eb80140c9de3 1,668 1.00/1.00 vMB 59
664,531 664,531 000000000000000000051ccf8ea1c379712a9ce10d2712f417d2ebcb94cbb186 1,557 1.00/1.00 vMB 81
664,530 664,530 00000000000000000009fdea937f38432a5cd95e1d7f216d6ea1a9bfeac82851 2,913 1.00/1.00 vMB 84
664,529 664,529 00000000000000000009e99e2432c00455d9d6f45fcfab79c5b41604ff30a446 1,391 1.00/1.00 vMB 58
664,528 664,528 0000000000000000000b578bd55f43ed6b744e76c3833e7d2121015f82111ff6 1,476 1.00/1.00 vMB 67
664,527 664,527 0000000000000000000cc59912fd2f417a37273f7b60278d69f164c28d9a914a 1,446 1.00/1.00 vMB 62
664,526 664,526 00000000000000000003582802ced4376fdadfa1807e8789f205928bbaf9420f 3,302 1.00/1.00 vMB 71
664,525 664,525 0000000000000000000141c2f1bb9d1fb6d50ff6e4446526922503a3cb590bee 2,644 1.00/1.00 vMB 95
664,524 664,524 0000000000000000000edb59cd5bb8787c412abcfaede3257064f4281896d934 3,020 1.00/1.00 vMB 88
Previous 10 blocks ↓
Total Size: 782.36 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: 662.66 GB
    • Received: 14.87 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.