Loading Tool

Explorer IconExplorer

Memory Pool

81,767 transactions
30.55 vMB
0.08028036 BTC
Random Selection Loading Transactions
Max Size: 187.16/200 MB

Candidate Block

Mining Attempt 4da79dce8b30ff69a5127e019617425a4b8150624234d2a9765909cf4a431d11
Version 20000000
Previous Block 00000000000000000001bfe8515d732b65f9547b0b4d60ed4387c4bfdc0108bd
Merkle Root 84b5fe511b3ccabdc9a1f41132485393cf2c4ef7a056871276b76501396382ac
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,260
Size: 1.00 vMB
Total Fees: 0.01208138 BTC
Feerates: 151.12 > 1.21 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,338 (476,819 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
438,519 438,519 0000000000000000013ab26a79411197a9b0cd4c68583e9da3630b84d23c906d 599 1.00/1.00 vMB 19
438,518 438,518 0000000000000000030f27780be35cf7bdbf451b18b8904c9e4aea32d3c4affa 998 0.99/1.00 vMB 33
438,517 438,517 0000000000000000017d8bf40461feac8b7fbe13eb390a3d1a5a2bb078f48798 1,945 0.96/1.00 vMB 59
438,516 438,516 0000000000000000011813300f0b347cbd6b22b0c0780b626b4b331bdd29dff6 1,921 1.00/1.00 vMB 46
438,515 438,515 0000000000000000021e1e93729f1c4a0752d6d00aa353a06784b44cc6d6ea20 2,167 0.96/1.00 vMB 58
438,514 438,514 00000000000000000096cce4159d197b104105fd8a6fa613fdb32c795ca01c73 191 0.20/1.00 vMB 34
438,513 438,513 000000000000000001bef36d39d3a27148d535baf67abfc525f05df5605a6f75 1,724 0.75/1.00 vMB 58
438,512 438,512 000000000000000000d338e4ecb3cefc4fcea6da497f6078f57df7548f360288 2,274 1.00/1.00 vMB 70
438,511 438,511 000000000000000001e8bb31103446ba870da3e5c9bd07614ac4139acc505d94 57 0.04/1.00 vMB 41
438,510 438,510 000000000000000001c615163d00b92efe2830f6187c74d111cbdb8b3eae652c 530 0.62/1.00 vMB 20
438,509 438,509 000000000000000002d708ed3d175cee51676189bc5f2ce2eb502676c76c74a9 1,964 1.00/1.00 vMB 59
438,508 438,508 00000000000000000322789be3edcbf45c4a14d3ba3e71d316abb89a965529c3 1,563 1.00/1.00 vMB 39
438,507 438,507 00000000000000000096288ac2dc235557ebbe090dd7a82ae6deb24a0eb162d3 2,045 1.00/1.00 vMB 50
438,506 438,506 0000000000000000008b3e84d55a5ee8fdf804913ac2c6705c84a6569464641d 2,337 1.00/1.00 vMB 59
438,505 438,505 000000000000000003984e38a52ede57fc26b19f8371b511eeec0143936a5100 2,582 1.00/1.00 vMB 77
438,504 438,504 0000000000000000036f9c7637ec34e2a87df4d177207fa176c80cda3c49ffad 2,400 1.00/1.00 vMB 74
438,503 438,503 0000000000000000004940789d84ed87755b30eafbab64257c9d54c9251f6fb1 2,935 1.00/1.00 vMB 90
438,502 438,502 0000000000000000027c81951d30cc6e751692d9cba359e9ae5fc268e6d6bbd4 413 0.26/1.00 vMB 43
438,501 438,501 000000000000000001422a5ed4a20b28d90f6ce2e17cb4c60d52ea820e20b28b 2,776 1.00/1.00 vMB 63
438,500 438,500 000000000000000001fa02402d617c51bb9fea0dff8e0b1ce8eaf97f37ffdced 2,208 1.00/1.00 vMB 71
438,499 438,499 00000000000000000070069fd30111d71fa60add953ab1e8443d8ce534c3c0ca 1,387 0.51/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 782.98 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: 716.22 GB
    • Received: 17.79 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.