Loading Tool

Explorer IconExplorer

Memory Pool

32,884 transactions
25.09 vMB
0.04941054 BTC
Random Selection Loading Transactions
Max Size: 127.22/200 MB

Candidate Block

Mining Attempt 9dcf26d4a15ad990e4a51e2f3d99d83dc1bbddc47232bb007cc6f9338bebb7a3
Version 20000000
Previous Block 0000000000000000000087c5fa9823c89604341616794226d7353dcb93d49d87
Merkle Root a621e77993225271dec0c1b6804614b5a3ff934c4355cc5f37efc5e8ac50ba50
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,828
Size: 1.00 vMB
Total Fees: 0.00444997 BTC
Feerates: 75.37 > 0.45 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,930 (237,510 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
677,420 677,420 0000000000000000000239f3b8cfe40dac111c20548137bca2510d466705fd68 2,237 1.00/1.00 vMB 86
677,419 677,419 0000000000000000000aa926edb7fd005bada74f29893c6fd48a0984bca67619 2,009 1.00/1.00 vMB 14
677,418 677,418 000000000000000000032f651521d863da0a0cd9d7e9c902c0a0ef776b041ef6 1,895 1.00/1.00 vMB 53
677,417 677,417 00000000000000000000d0c0fc5e110c5a67334213bd31ff95f65e2962597c87 1,178 1.00/1.00 vMB 81
677,416 677,416 000000000000000000031a0e954a63d9e45dd8744657d6b71956cebe1bdfc43c 1,576 1.00/1.00 vMB 23
677,415 677,415 0000000000000000000a873a4ace7db90de910c6ab499465844245bd2e8dcb38 1,593 1.00/1.00 vMB 45
677,414 677,414 0000000000000000000004d9a7268454dec60f94af663a753928fa441ac3f142 2,344 1.00/1.00 vMB 56
677,413 677,413 0000000000000000000654dad23a14616b4e0a9e6fdda8ad809f24f7b94274c3 3,135 1.00/1.00 vMB 37
677,412 677,412 00000000000000000005c1e0b02872d9e9c6190e4d3d90bf972991d9806c5f45 3,825 1.00/1.00 vMB 40
677,411 677,411 0000000000000000000ae5d6d7831deb62f67802d074b127f4d2f39418a06204 1,993 1.00/1.00 vMB 56
677,410 677,410 0000000000000000000ab6b6f23db9abbc0184319f479335b96978f2a92ac5c2 2,685 1.00/1.00 vMB 54
677,409 677,409 0000000000000000000488e1ade0eaaed733710e204ab2c8945a157e1150a6cb 3,192 1.00/1.00 vMB 30
677,408 677,408 00000000000000000002659f44aeafd7724c022713076f74be52fefe0af125e0 2,552 1.00/1.00 vMB 48
677,407 677,407 00000000000000000007283237eee1d0448201792a0499aba29ccf11b78a5bdb 1,310 1.00/1.00 vMB 26
677,406 677,406 00000000000000000005949b85acfe7e1bba45350d539217b41b667b406fa03c 2,396 1.00/1.00 vMB 40
677,405 677,405 0000000000000000000b9e1f30d483204c2915d1abe5443ff6d5df1b1dbb2ab1 2,742 1.00/1.00 vMB 24
677,404 677,404 0000000000000000000a9917b8972981e90f923ef9aa6bfbd7694a8b93fcc927 2,314 1.00/1.00 vMB 69
677,403 677,403 0000000000000000000b3e5db2bec9c1ee4a7eac99de66e315b043595eeb22f0 1,763 1.00/1.00 vMB 48
677,402 677,402 00000000000000000004a1804efc8fb8702fc61d879608e73d84aa8ce0bdf501 1,071 1.00/1.00 vMB 76
677,401 677,401 0000000000000000000b6f81623e0bf3cf7163041988bab060520833db7ac1fb 2,497 1.00/1.00 vMB 92
677,400 677,400 00000000000000000002bc7cce7663c389841b4289d0fc3b77b123c22c517c60 2,410 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.27 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: 655.96 GB
    • Received: 14.36 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.