Loading Tool

Explorer IconExplorer

Memory Pool

81,930 transactions
31.15 vMB
0.09037638 BTC
Random Selection Loading Transactions
Max Size: 188.95/200 MB

Candidate Block

Mining Attempt 033d62680787b3b5cc9fe7a6b73fff250fc4f09e83b3a63388edcb5ea40358f1
Version 20000000
Previous Block 00000000000000000001b66b272ca3a270115c0167b0c55ec51ed4c599c6d99e
Merkle Root 7d4c7ea711895b86a9054497e89d037122d6df9fd9a93cb4a264ddf1af414942
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,438
Size: 1.00 vMB
Total Fees: 0.02315363 BTC
Feerates: 100.69 > 2.32 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,184 (268,403 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
646,781 646,781 0000000000000000000bc6973416e223cc10174ea8e161df8e47254568253868 2,658 1.00/1.00 vMB 57
646,780 646,780 0000000000000000000c58bb7ef3ee8a60a399e10b556d86aa17461f55e8f908 2,556 1.00/1.00 vMB 107
646,779 646,779 00000000000000000009e8d9f499c06af4ea4233750fb9850b88f004eb67588d 2,197 1.00/1.00 vMB 104
646,778 646,778 00000000000000000009d4d691167fad9b2eca01ec17df03fc0b19ad2f5c7d7e 2,297 1.00/1.00 vMB 76
646,777 646,777 0000000000000000000dab9a4fab9d612f402f491dad9aad6ea94b57995e45a1 2,517 1.00/1.00 vMB 117
646,776 646,776 0000000000000000000bd14e2286da1ae113917dfa832d1a264a3385a1a6a4ef 2,510 1.00/1.00 vMB 79
646,775 646,775 00000000000000000006a6d12d5e70296c124a99118e205e042243cfce587f81 3,216 1.00/1.00 vMB 87
646,774 646,774 0000000000000000000c31f200d8b4adc79c1945cf9466d05a3a545c2afa677b 1,566 1.00/1.00 vMB 129
646,773 646,773 0000000000000000000d46a0ac5f668241f4e2096bca9c4c3b785389bced4f31 2,880 1.00/1.00 vMB 102
646,772 646,772 0000000000000000000a40b6716fdd46ba98e238c58d3d686c773eeec94aa759 3,021 1.00/1.00 vMB 109
646,771 646,771 0000000000000000000d440d940b251d47119811100045493c3d3bf70a868243 1,212 1.00/1.00 vMB 101
646,770 646,770 0000000000000000000d169b5e082294612cf164603372ee37f685c28d4700aa 2,963 1.00/1.00 vMB 128
646,769 646,769 0000000000000000000d46ffd5c70fb40c10692794fe43da5b9120a81768af83 2,931 1.00/1.00 vMB 139
646,768 646,768 00000000000000000004f9678292d5604af8dee604c1d579548cf80b728a835c 2,391 1.00/1.00 vMB 104
646,767 646,767 00000000000000000001bd9f32719e8a35d10201b5b0ae6c82a2edcc14ce6832 2,621 1.00/1.00 vMB 130
646,766 646,766 0000000000000000000fd27db77ba7aa4d227c8f494703c366a96c6cf7eb705f 2,923 1.00/1.00 vMB 130
646,765 646,765 0000000000000000000fa405597a8b8a96bb96785a04a8debb7737d5f3c20253 2,446 1.00/1.00 vMB 127
646,764 646,764 000000000000000000046c021b1f93e4f05f83adf9899d2536148eb55a7f73cf 2,897 1.00/1.00 vMB 114
646,763 646,763 00000000000000000000d8392d020f70fd080bc4b5003e96f942d3ec1f366962 1,921 1.00/1.00 vMB 136
646,762 646,762 000000000000000000035eabdf9bb42da67a47228c63ae33aaccd694e1bb5487 2,360 1.00/1.00 vMB 136
646,761 646,761 00000000000000000005a802b8bac33b883688646a3516e1930c81b217841ebe 2,849 1.00/1.00 vMB 140
Previous 10 blocks ↓
Total Size: 782.72 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: 702.48 GB
    • Received: 16.63 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.