Loading Tool

Explorer IconExplorer

Memory Pool

48,262 transactions
28.83 vMB
0.09934910 BTC
Random Selection Loading Transactions
Max Size: 152.35/200 MB

Candidate Block

Mining Attempt 9f808e8164ce77aaf8d01024877a8ed0ebfc74b6d09d0da72ac37447cfdcbf70
Version 20000000
Previous Block 00000000000000000000d375a3af0e2e764f1452aa44a1610bb3f0f4ff2602e2
Merkle Root 21fa850057138dde1faa011ea244ea7b1c8a7829e00310fdcf8a1fb1050c6b45
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,874
Size: 1.00 vMB
Total Fees: 0.02436795 BTC
Feerates: 70.48 > 2.44 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,712 (138,235 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
776,477 776,477 00000000000000000002112ef1902785624a2a033be87d8c3ee70aa5ef616528 2,337 1.00/1.00 vMB 9
776,476 776,476 00000000000000000003f7f3ed870e9001d7606b380c67976c524bfb1c05ab26 1,435 1.00/1.00 vMB 12
776,475 776,475 00000000000000000005388a7b8f40351677d0d9573b1b2d6550af7cf2cb4e42 1,165 1.00/1.00 vMB 15
776,474 776,474 00000000000000000004bae5f93a714f23c38c0a477e539f907b73470dd09a6a 924 1.00/1.00 vMB 11
776,473 776,473 00000000000000000004b5b759224073b50c767cbf41cae46869d77c535d5618 2,344 1.00/1.00 vMB 14
776,472 776,472 000000000000000000009cd7bc4b5897a07a9b2771eeb6038025f1506beed76a 2,489 1.00/1.00 vMB 18
776,471 776,471 00000000000000000005ff2d8a4f85dac2c0031387f1f4132163eefee80e5eb2 3,407 1.00/1.00 vMB 14
776,470 776,470 00000000000000000003255e14776e7e086709f7b4a894781084eaeae67fdc2b 3,005 1.00/1.00 vMB 27
776,469 776,469 0000000000000000000264b0314bce09ba9b3375f09b2b2cf2f1d6b601d8d8a0 2,556 1.00/1.00 vMB 27
776,468 776,468 00000000000000000001f76c68ce074442339f146d97d9b4f2c1fce78a7b45ac 2,823 1.00/1.00 vMB 20
776,467 776,467 000000000000000000024ce1a8e4f17fd1b5553dca7997ad9f4ada71f6571ded 1,935 1.00/1.00 vMB 15
776,466 776,466 000000000000000000026711f4dc46eac2b45e9630cb8502a82db63dcd20a90b 2,518 1.00/1.00 vMB 19
776,465 776,465 00000000000000000004f7b19b695bec406a9d7309182364522f37e5bf4c816b 3,238 1.00/1.00 vMB 21
776,464 776,464 00000000000000000001d84a181e045f239955c8af4c912ff1f16d72ee590596 2,147 1.00/1.00 vMB 19
776,463 776,463 000000000000000000014251768332050cb85e2192e6f93e9ffc2c1fb99b0163 2,184 1.00/1.00 vMB 17
776,462 776,462 00000000000000000001358cfaf1896a6c826247c2c056ca9669f310e0f140f8 2,050 1.00/1.00 vMB 26
776,461 776,461 000000000000000000020671ce42831254741fb083702f20dbeb219a2b7bfbf5 1,846 1.00/1.00 vMB 23
776,460 776,460 00000000000000000006c51cc3e230c2d27b21347270ef4e660f9ca7bd1cc41f 571 1.00/1.00 vMB 9
776,459 776,459 00000000000000000000b1b67551e3d5ba701c36ed4edd12df8b4f4ed6f8d0ef 553 1.00/1.00 vMB 8
776,458 776,458 000000000000000000023e26e298e80868b99016a10c4bd54ca1879773abc6bf 879 1.00/1.00 vMB 10
776,457 776,457 000000000000000000056b6ea8a8df64ade6d12eabeb9191aba7b1909d769cb7 2,446 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 781.88 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: 645.06 GB
    • Received: 12.67 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.