Loading Tool

Explorer IconExplorer

Memory Pool

78,705 transactions
29.15 vMB
0.11865166 BTC
Random Selection Loading Transactions
Max Size: 175.88/200 MB

Candidate Block

Mining Attempt aeee3c281b010a7910a9b325857f4ff5f2eba19b53dd906f7ca78b214539e251
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root cd8ac9362324a65f80b38fae4a72aa420b8ab524337bdae02cec7bd2f55f65a7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,106
Size: 1.00 vMB
Total Fees: 0.04289630 BTC
Feerates: 150.80 > 4.30 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (283,380 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
631,885 631,885 0000000000000000000abcabf2f3c5fd88da48a77e57ace583ad0e4ac63bc3b8 3,020 1.00/1.00 vMB 110
631,884 631,884 0000000000000000000a11ee90157eb957e56c13e6eea6ebc554431a3ab7baf7 2,914 1.00/1.00 vMB 89
631,883 631,883 0000000000000000001086b6a9633d62d8589ebb629d3629b2bf268cf14b05c0 1,246 1.00/1.00 vMB 27
631,882 631,882 000000000000000000117cb3970916e42a892d4c11e08fcfec9740be9569617a 1,337 1.00/1.00 vMB 4
631,881 631,881 00000000000000000011ce19da2b1c539ec59f56c1171b716f1758777e48bab6 2,467 1.00/1.00 vMB 65
631,880 631,880 000000000000000000036a3cd9a6c032f4afb75cc6f581e184aa962bf6734575 2,513 1.00/1.00 vMB 43
631,879 631,879 0000000000000000000243333fa72c6ee49240c65de40ae0ce740a466a9f17ac 2,598 1.00/1.00 vMB 62
631,878 631,878 000000000000000000007b8036e5a3bce82df8841af686efbd6c6f50538572cc 2,800 1.00/1.00 vMB 18
631,877 631,877 0000000000000000000a6abe19cfb4badbbdb3ba6237e9e66757e87acf2bfbd1 2,590 1.00/1.00 vMB 17
631,876 631,876 00000000000000000005af94d876c0c007ea05b3551d33630d366168b4829b21 2,558 1.00/1.00 vMB 38
631,875 631,875 00000000000000000004f272f8fac2c12ed0a385cd562387d78bb18d1601e24e 2,170 1.00/1.00 vMB 103
631,874 631,874 0000000000000000000f8d8daa86d1ed10efb9d73428d0ee583cf1a493b9b0b6 2,888 1.00/1.00 vMB 18
631,873 631,873 0000000000000000000d760dc4c852f942fca42f641971a9de2f2a9a95fcdb22 2,510 1.00/1.00 vMB 36
631,872 631,872 0000000000000000000c0acd8a335f49ef34382f4ca5eb2c127f810a6777d0e8 2,425 1.00/1.00 vMB 66
631,871 631,871 0000000000000000000fe06008d969dd226c7798c9ed681908ef2e5c9c025b97 2,293 1.00/1.00 vMB 41
631,870 631,870 0000000000000000000e0ad34f06bb37e5a0e7c87184fea510895e0275fea781 3,064 1.00/1.00 vMB 103
631,869 631,869 00000000000000000002b3bb4a2a445a0bcf2bd3140a15ccdde4785db0905a85 2,249 1.00/1.00 vMB 52
631,868 631,868 0000000000000000000c53a7035f7d070dc8c9842204cfa74f92b599eaaddd1e 2,732 1.00/1.00 vMB 83
631,867 631,867 000000000000000000031532f67646202090e2455b9b656355caf6885c43d60e 2,882 1.00/1.00 vMB 28
631,866 631,866 0000000000000000001283fd468061eacf31a99dc066b36b6802a37833c5084a 2,212 1.00/1.00 vMB 89
631,865 631,865 00000000000000000005f04e86936a74e09d945cc80a030e62fa568147733b43 2,000 1.00/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 782.85 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: 712.78 GB
    • Received: 17.21 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.