Loading Tool

Explorer IconExplorer

Memory Pool

77,109 transactions
28.73 vMB
0.07448420 BTC
Random Selection Loading Transactions
Max Size: 173.98/200 MB

Candidate Block

Mining Attempt 5986cc942c56285c50ec7e9b23b7f924a3045171ef29c6df214d2dd09debcf3c
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root ca7b5c94c1006b172228d3bb8a0665f4737dc8318956617138aa9851ec37b408
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,034
Size: 1.00 vMB
Total Fees: 0.01472529 BTC
Feerates: 71.79 > 1.48 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (470,273 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
444,887 444,887 000000000000000003150d1f70482ed669d08c0e602051c66cb7c74ad46cf16a 2,336 1.00/1.00 vMB 89
444,886 444,886 0000000000000000020a9279735df399ae2ab08233a481cba0aa8d53f9edbcf0 2,691 1.00/1.00 vMB 106
444,885 444,885 0000000000000000029083bf3f3b22b189cecafcc8eb3d8e9b19ca815aa51073 2,389 1.00/1.00 vMB 71
444,884 444,884 000000000000000001d44aa49031aab4943e1a8daf3363528a973f4b5bfeba6f 2,358 1.00/1.00 vMB 107
444,883 444,883 000000000000000000e20a70116d7b32f2effdb0922bf971e13e788bff7b4c02 2,787 1.00/1.00 vMB 89
444,882 444,882 0000000000000000004ea535f7112acac8b6132ef3960b287b072fdbe9d51fbf 2,090 1.00/1.00 vMB 73
444,881 444,881 000000000000000000fd8e76025659cb0e023283a98480f48337928b5b0c55e8 1,322 1.00/1.00 vMB 112
444,880 444,880 0000000000000000031b6bc6810b893247793a101f73be44309b49c515b9ac37 2,622 1.00/1.00 vMB 98
444,879 444,879 0000000000000000036d9b38702b211e611d7d9834db3cd9fea24271b2363b9c 718 0.28/1.00 vMB 83
444,878 444,878 000000000000000001762a8125bb9a6fd3715e55d8ccac0407d60b96e1a994be 470 1.00/1.00 vMB 13
444,877 444,877 0000000000000000032ff148c6c682c6bd4c746ee2b3c32d7e79f6513177eab7 1,147 0.69/1.00 vMB 62
444,876 444,876 00000000000000000264c9dbac6f133ed873b24449695aa76fb4ecfa669346bb 1,347 1.00/1.00 vMB 44
444,875 444,875 0000000000000000031e97f47fc09d13d703d3cae67ec3740d6374064bd91348 1,928 1.00/1.00 vMB 64
444,874 444,874 0000000000000000007225a44c01a80b2d38e41f8c7243637074f30a90907d73 2,165 1.00/1.00 vMB 73
444,873 444,873 000000000000000000e98a44589272b8fa3ef8828d563682ede0ed8a9dd4840f 1,912 1.00/1.00 vMB 70
444,872 444,872 0000000000000000017036c8d920c95696ccd43a2daaeb3229da4d2c4b6020d0 2,896 1.00/1.00 vMB 90
444,871 444,871 00000000000000000031dc09c599ad9f7dbae0cb76a41480c123463fbf58fb7d 2,484 1.00/1.00 vMB 77
444,870 444,870 000000000000000001d3468aee28d2d06b60464c694c221849804cf0a55978e6 2,649 1.00/1.00 vMB 92
444,869 444,869 000000000000000002c474ed07d94b609c34b32899690d0b2528c262d768b86d 2,535 1.00/1.00 vMB 81
444,868 444,868 000000000000000001c4d362d5acce8476aa863de3f09e94e007839d4b115c1c 1,976 1.00/1.00 vMB 85
444,867 444,867 000000000000000002bd0d0f99a0d1d8b8328dd31b9c71ebc0935863236fe1f0 382 0.12/1.00 vMB 147
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.41 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.