Loading Tool

Explorer IconExplorer

Memory Pool

79,601 transactions
29.93 vMB
0.11468169 BTC
Random Selection Loading Transactions
Max Size: 179.68/200 MB

Candidate Block

Mining Attempt ce86be21d713ade6e9fe78ac309bbe9f5c057bfcd5ff2c3ecb4d63039815596e
Version 20000000
Previous Block 00000000000000000000b062ce7c1ce93baecfacba3f86e7f53b0c46b27d927f
Merkle Root e877c95a22d8726eb080e556cd79f60f634ee6c37931ed5aa3c2309949337cf0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,958
Size: 1.00 vMB
Total Fees: 0.04823716 BTC
Feerates: 150.80 > 4.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,106 (59,198 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
855,908 855,908 000000000000000000006aeee47ab7df4d1f70452957c77de21b9f22c480799b 3,262 1.00/1.00 vMB 6
855,907 855,907 00000000000000000001b1e03b00afc80e915e0dcda9cddf50471a55245363a0 3,520 1.00/1.00 vMB 12
855,906 855,906 000000000000000000012ec3905192d603603f4a881d0c0488132a5018760da6 3,371 1.00/1.00 vMB 7
855,905 855,905 000000000000000000017a80883200ab54cca6fdb67b08a1e35be3b06470e977 4,828 1.00/1.00 vMB 3
855,904 855,904 00000000000000000002d39ef298d5334d0a337e8e756361ebea9440d57c4348 3,547 1.00/1.00 vMB 6
855,903 855,903 0000000000000000000201e207a9ca22038a91c1b8eb755854bc6fa87e40e104 3,455 1.00/1.00 vMB 5
855,902 855,902 00000000000000000001c117d1e0c692a8bfb19fb9ecb7debe7d1a2a8b8272f8 3,472 1.00/1.00 vMB 13
855,901 855,901 00000000000000000001f6876b11c97a49baf6d2a83fb93067edafa557142022 2,698 1.00/1.00 vMB 6
855,900 855,900 000000000000000000014582746f75c551f1f9b384994a7252bf5960800d2781 2,714 1.00/1.00 vMB 9
855,899 855,899 00000000000000000000a30d364dbb9d2c804dcb5bb53a9e6a5b65ebe29a3e9f 6,494 1.00/1.00 vMB 3
855,898 855,898 000000000000000000029f9a9e8176ec7aec1f7d21447e8299eb5a66e694c461 5,951 1.00/1.00 vMB 4
855,897 855,897 00000000000000000000a22328223559851d103d00abceafe46fff05fbe76baa 3,901 1.00/1.00 vMB 5
855,896 855,896 000000000000000000030f796ba198b913ce29de129b18cc5878c66a83bf66a6 2,541 1.00/1.00 vMB 3
855,895 855,895 00000000000000000002fcdf02b38a05df60f61e99b91b6902e48785f3312f69 2,927 1.00/1.00 vMB 7
855,894 855,894 000000000000000000013e13a9c392e221c16b8081eccb74316871713bc78e32 2,608 1.00/1.00 vMB 7
855,893 855,893 00000000000000000000141e0a7dce6aed1c1181249b21801d1b6aa7efde4ac7 3,809 1.00/1.00 vMB 12
855,892 855,892 0000000000000000000051677f19366d238632b4483f4af8aeef582c11590759 3,831 1.00/1.00 vMB 9
855,891 855,891 000000000000000000009f21e237a4f3a880bebbca033ff2b1d03f1fd3cc0bca 3,431 1.00/1.00 vMB 7
855,890 855,890 00000000000000000002dc717c53cd9ae53daa0aac916005286262be8aa842a9 3,559 1.00/1.00 vMB 13
855,889 855,889 000000000000000000002f380f4246a3ad7b27f4ff67363fd58ddc7e1aa9e945 3,217 1.00/1.00 vMB 13
855,888 855,888 00000000000000000001e0854eb71408b16e58a4b4ecee38ea86d4544f48a12f 3,627 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.57 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: 671.23 GB
    • Received: 15.88 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.