Loading Tool

Explorer IconExplorer

Memory Pool

14,308 transactions
21.51 vMB
0.02862359 BTC
Random Selection Loading Transactions
Max Size: 108.97/200 MB

Candidate Block

Mining Attempt cb024a1c2a6755bcbd42352c8326b21ea2a881c38f4b944c00bdf0f7b737dc19
Version 20000000
Previous Block 00000000000000000001453f1e576a656a9055f96710a92017b844e860ce9643
Merkle Root 36dcd1a3400a74dcd9233c1d3cb93d6e0c51507d7227e254fdc56a03befa15e1
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,545
Size: 1.00 vMB
Total Fees: 0.00528409 BTC
Feerates: 478.49 > 0.53 > 0.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,267 (768,376 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
171,891 171,891 000000000000044474093538fb235d1cca316c51bd47cccf8d111fed63bccdf0 27 0.02/1.00 vMB 31
171,890 171,890 000000000000036b844f4767e2308f1e638b2c0fdf1a69d678ae0881ce365068 56 0.01/1.00 vMB 10
171,889 171,889 00000000000002712fed011a2e5e037b813e11b3a568347b3cffebc3c1d32fdc 33 0.01/1.00 vMB 149
171,888 171,888 00000000000008ca0a25932f98d9878921ed2112c6281302365591b11fccb04c 120 0.04/1.00 vMB 103
171,887 171,887 000000000000035c6e858faf7540cad3b2607995b72413af346f0b9d9dc42e47 59 0.04/1.00 vMB 249
171,886 171,886 0000000000000a63f57abad930c69b7a95a554a39d6d2d14d60cb02a31224703 1 0.00/1.00 vMB 0
171,885 171,885 000000000000069c8414be5c892e1f14419882cf1c9a153a90fe2b1a4ade9630 137 0.05/1.00 vMB 65
171,884 171,884 00000000000001244a6bf13b8d9a80fac3904b247ed621b7ac84815b9c5f72c0 12 0.00/1.00 vMB 312
171,883 171,883 0000000000000761d30de30fa57910c6ee9b71350df086ae0158fb046eea5680 28 0.03/1.00 vMB 55
171,882 171,882 000000000000069db7ddab06f4c5fb1aa093a369f415a4ce8c68b579eebb2c0e 20 0.02/1.00 vMB 60
171,881 171,881 00000000000000ccb21e534f7bcab6e5497f051088756da49b282a625039d2dd 32 0.01/1.00 vMB 189
171,880 171,880 00000000000008567d20e939bb5405ff362f13d241dd1a8f2107a572ed2446e7 9 0.00/1.00 vMB 0
171,879 171,879 00000000000004e18e0d63bc8341ba28ce6d9c41e9eb08d93e418e06743a9254 33 0.02/1.00 vMB 64
171,878 171,878 00000000000003d4e74492fcefe6f2f30dce3d1d26dd12bb7d71863ec69526a9 147 0.05/1.00 vMB 108
171,877 171,877 00000000000007035af37b851e437e9137299c94f89bf768932cac20cd3b73a3 25 0.01/1.00 vMB 408
171,876 171,876 0000000000000081796e840d2738ec2f93ae2b9d27d3eadc74a43aa477a2564e 17 0.01/1.00 vMB 247
171,875 171,875 00000000000004310932298fa2ad9bc26779ec2c3883435b31e3bacb3ac7b8fb 33 0.01/1.00 vMB 87
171,874 171,874 00000000000004b64108a8e4168cfaa890d62b8c061c6b74305b7f6cb2cf9fda 4 0.00/1.00 vMB 64
171,873 171,873 0000000000000488d0b6c4c05f24afe4817a122a1e1a5f009dd391fb0cc1aeb3 6 0.00/1.00 vMB 41
171,872 171,872 0000000000000aa2cb21a5edb9f25a4fb1c725d021412702ec4b3441e4e6064b 26 0.01/1.00 vMB 249
171,871 171,871 00000000000004f11487ba70753f748adab18a45618c60482239194b62ee3193 33 0.03/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 827.22 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 4,445.34 GB
    • Received: 241.46 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.