Loading Tool

Explorer IconExplorer

Memory Pool

81,859 transactions
34.34 vMB
0.14737494 BTC
Random Selection Loading Transactions
Max Size: 195.64/200 MB

Candidate Block

Mining Attempt 98176e77d58b1b0f6ce4d5ef6f8a90e81119336606d56cd094a3d1fd9a5ad7cf
Version 20000000
Previous Block 00000000000000000001ecd196519e0756837ef0e5c6c2c68b968100617d4f76
Merkle Root 4d9a69d6854849b43de026f87c165a334cbfab431588b5a6b5dd74a5cfc7976a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,472
Size: 1.00 vMB
Total Fees: 0.03417821 BTC
Feerates: 150.78 > 3.42 > 0.69 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,409 (492,453 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
422,956 422,956 000000000000000001c35ba628a1dc7c961da655cbdd474b480a036fcb7da95a 1,788 1.00/1.00 vMB 98
422,955 422,955 000000000000000002829f9b3e7daba10ee99de9ac1b0e6954f3b29ad5588caf 419 0.61/1.00 vMB 29
422,954 422,954 000000000000000000495560b5e013d101f3fd6a481489cec92e108f22640d21 534 1.00/1.00 vMB 32
422,953 422,953 000000000000000003264973d8a9f8e239a8cd15218e343be9ec15494a72a0dc 1,332 1.00/1.00 vMB 47
422,952 422,952 0000000000000000026caebb6795c12768acd1f07361af31b15f1b984c225674 1,708 1.00/1.00 vMB 48
422,951 422,951 000000000000000004dfa39154a81aec56358c962a32d7b7a112e6977cd6880b 2,366 1.00/1.00 vMB 70
422,950 422,950 0000000000000000007ced3258a5c5a9d92407e61091468c7b7ece17a593660c 1,333 1.00/1.00 vMB 112
422,949 422,949 0000000000000000024d3d692ff32f58768f817690131bf1d988713358487070 1,675 1.00/1.00 vMB 64
422,948 422,948 0000000000000000007839aee5c317c33c1a13757dd183185b879813e885df9f 685 1.00/1.00 vMB 29
422,947 422,947 000000000000000002a21eea137b1dd1f83c67dca983d412633755ff1d148c2a 847 1.00/1.00 vMB 37
422,946 422,946 000000000000000000962fbd567275d7ba45bb6447dbcf145d1fce18cdc0b164 1,128 1.00/1.00 vMB 51
422,945 422,945 00000000000000000163f7561ee2e07e0c22cfc9074e33943161ab2015adac58 556 1.00/1.00 vMB 24
422,944 422,944 0000000000000000025b7a12a84a92d6519ff288d3a9c933f9ef97ac27eb7a29 552 1.00/1.00 vMB 17
422,943 422,943 000000000000000004553c841835b5e5cc5392962557eb1f471527ec487555f5 1,558 1.00/1.00 vMB 75
422,942 422,942 00000000000000000059f19cc2bcbe4a55ec22031769c7750c3317a5cc8c62c6 1,318 1.00/1.00 vMB 40
422,941 422,941 000000000000000000fb25e8d8cae09c5464d188c02d5e0e0a68bda7c3d4207f 2,136 1.00/1.00 vMB 49
422,940 422,940 0000000000000000051fe06d1c6eca9ec04314d91f3738a9071e4f5c1afeb424 1,632 0.93/1.00 vMB 90
422,939 422,939 000000000000000004041db4869ddfd44ee71d31583ea76f0d209eabf1e0e782 1,094 0.99/1.00 vMB 98
422,938 422,938 00000000000000000211c6a8794994ee82b374247865bec7fcabb8eac577125a 1,829 1.00/1.00 vMB 79
422,937 422,937 00000000000000000060d09c9e3b038e9eb4d1653af704af107f26d1962b3200 1,668 1.00/1.00 vMB 68
422,936 422,936 00000000000000000135018a4d3742c0b019f56642b853a8eef1b2ec65cd7760 1,201 1.00/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 783.10 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: 728.15 GB
    • Received: 18.47 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.