Loading Tool

Explorer IconExplorer

Memory Pool

47,474 transactions
20.70 vMB
0.05689543 BTC
Random Selection Loading Transactions
Max Size: 118.65/200 MB

Candidate Block

Mining Attempt e253bcb3edbfcb51c0f469cdaf5bab01a458db994cbfa0755e34b0a4af9fec22
Version 20000000
Previous Block 0000000000000000000101a1ba46b291890a952deb466a0456d4500873e6aa3f
Merkle Root 8e02acd689c5bd66ae98ccbae920abe221eedb3ad609d3913d44804a87a3beba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,582
Size: 1.00 vMB
Total Fees: 0.01568921 BTC
Feerates: 477.45 > 1.57 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,939 (787,477 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
126,462 126,462 000000000000116731d2d6c3e1555d8b920eeee24c21f7565b42f3894e65f394 13 0.01/1.00 vMB 1,005
126,461 126,461 000000000000126a68b2746f4ada1cab1ebf92aa32bcd54e463adf8542653909 14 0.00/1.00 vMB 1,130
126,460 126,460 00000000000028c5cfdf3732aaf1e1ec4a3de0b007239a2f949e2c8ce0cf230a 8 0.01/1.00 vMB 173
126,459 126,459 00000000000007d49c04cf9dc7bef957b40e21114793214666e6d21ca5cc4b87 40 0.01/1.00 vMB 282
126,458 126,458 0000000000002c686186f7e553935730686d2cbc1b5b2bad66529f3217946163 21 0.01/1.00 vMB 147
126,457 126,457 00000000000008a165b1037c2380f8063f79e9a7369bf4344295546f45b6fb73 8 0.00/1.00 vMB 2,109
126,456 126,456 00000000000002a5df40bb6457ccbffd8138cb9dd0221919f40d217ce07eb07f 22 0.03/1.00 vMB 845
126,455 126,455 00000000000028f864228a86da067e35b592e1911aaa6bf66dcf4678db217b14 10 0.00/1.00 vMB 2,996
126,454 126,454 0000000000001373e0112fcf8cf5fb37e9cdc829dbb994459591a3d4fc035eb4 36 0.02/1.00 vMB 402
126,453 126,453 0000000000003bac4a297bed795309ac5cbf091a858ddb31e44df0b444a9a873 6 0.00/1.00 vMB 1,200
126,452 126,452 000000000000070d07757c2e4aa92eb42d5fa3f11a1662b38339c6e8b5b13675 3 0.00/1.00 vMB 3,868
126,451 126,451 000000000000416e87420108dd0d70b46cbbb9f1103540bde5613840e371daf0 5 0.00/1.00 vMB 4,854
126,450 126,450 0000000000001c7def2be05d5848b1b82e40511fb81eb090b3fd2892dbe0ada2 12 0.00/1.00 vMB 29
126,449 126,449 00000000000023957364afb9e353a4114833b8909ed66e1a4ad4f0aca5840eb9 40 0.02/1.00 vMB 793
126,448 126,448 0000000000000906ec31ba2f5bf87895383cac3c15b9e8cff3db08accd298388 8 0.00/1.00 vMB 3,058
126,447 126,447 0000000000002b1aab366388fba4e84953a8c7dd758128df9f69f2f125a2e5a1 1 0.00/1.00 vMB 0
126,446 126,446 00000000000019442fd064c098d5a8681aeb1868bbc0f056ca2f81bc9fbcf59c 39 0.02/1.00 vMB 460
126,445 126,445 0000000000001b0a6dd06584226ff3d60fdbcea61b766c37c9207819cbbb9be1 9 0.00/1.00 vMB 1,106
126,444 126,444 0000000000001e11dcf00b220da8962517c50238aeaf872ebd31f6582b4f2098 21 0.01/1.00 vMB 897
126,443 126,443 00000000000002535e05f478757fd4e1d0acb0c4ca5642e962042e7a6c9d345c 9 0.01/1.00 vMB 1,170
126,442 126,442 0000000000002a7c2530db39eb192cb4ab40dad4f1003dd31582c20efa338b8d 104 0.05/1.00 vMB 608
Previous 10 blocks ↓
Total Size: 780.50 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: 529.52 GB
    • Received: 5.78 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.