Loading Tool

Explorer IconExplorer

Memory Pool

80,903 transactions
29.46 vMB
0.07838640 BTC
Random Selection Loading Transactions
Max Size: 179.34/200 MB

Candidate Block

Mining Attempt 15308714a9d214cdd7c95f09ea6fd99badcd1cde57cf18a5fffbac90d2a75f13
Version 20000000
Previous Block 00000000000000000002092de921a1212b41aa97abcef3b00199cbeb95f34bff
Merkle Root ba4eba9a68ddd721be5050770372a6f650fcd315a0d34b9ea8e84ae9346ad1c6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,407
Size: 1.00 vMB
Total Fees: 0.01649970 BTC
Feerates: 100.53 > 1.65 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,082 (59,182 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
855,887 855,887 000000000000000000029159357fa791eabfe285f8a3c4ee73e022f03f8f9330 3,443 1.00/1.00 vMB 3
855,886 855,886 00000000000000000002b980f04b0681791ab23b2df901ccb257e5453faca6ea 3,884 1.00/1.00 vMB 5
855,885 855,885 00000000000000000000a2428098eab9892a70b7f135dabfb2e7458df9b91df1 3,409 1.00/1.00 vMB 6
855,884 855,884 00000000000000000001c9e601e049a6bbbb224617a3cc1063eb13b0d3e981bc 3,612 1.00/1.00 vMB 11
855,883 855,883 00000000000000000002ec2af8c35841b0dff7fa9c9aebc439a06747b262ff81 2,910 1.00/1.00 vMB 7
855,882 855,882 00000000000000000001abd787510ff440c5ebe8905d247b125cfee52f1d583b 3,593 1.00/1.00 vMB 10
855,881 855,881 0000000000000000000042d98c88d5fbb33f8bcd421f572aa0b73f9e05c6c7c2 2,533 1.00/1.00 vMB 3
855,880 855,880 00000000000000000000bc25ce24fcf5c7214deb6505eeecc9b1e7de5a65cf13 3,498 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.54 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: 669.01 GB
    • Received: 15.71 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.