Loading Tool

Explorer IconExplorer

Memory Pool

88,420 transactions
32.21 vMB
0.13878062 BTC
Random Selection Loading Transactions
Max Size: 195.14/200 MB

Candidate Block

Mining Attempt c657c9033af4d7414aa955f8c4bcc9309ddfcf2104bc930db6506b5b10558bb3
Version 20000000
Previous Block 0000000000000000000073dadc631dd956a009d41a1710c631dc5e901f1b559d
Merkle Root bd2f9d5cc57f4e55d53fc82952f80e4f96e7a9c6a045293b8c14d42ca9484f57
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,979
Size: 1.00 vMB
Total Fees: 0.05192837 BTC
Feerates: 101.65 > 5.20 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,073 (349,849 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
565,224 565,224 00000000000000000015b5fc982638ad0b9fa91cffbaa7e2b2dd1584433f256b 2,771 1.00/1.00 vMB 21
565,223 565,223 00000000000000000008b23860c4fa853a79c3a8290b9ffce0be8587d636930d 2,808 1.00/1.00 vMB 39
565,222 565,222 0000000000000000002c80f7579d83dc173f77af2ed80590cba9d67cd877660d 3,113 1.00/1.00 vMB 37
565,221 565,221 0000000000000000002da37e151876e00a2e0439d41a955e1bf75064fc19c40b 2,430 1.00/1.00 vMB 21
565,220 565,220 000000000000000000203be987b1d0fef17a630366af623b46f92afdcea4df8c 2,538 1.00/1.00 vMB 41
565,219 565,219 0000000000000000000f1a594aa0895522f036ca25adc1261cd1225d4b47510d 1,785 1.00/1.00 vMB 24
565,218 565,218 0000000000000000000706bb2b82079caca0285cae62ae3ac7910709f60c493d 2,092 1.00/1.00 vMB 20
565,217 565,217 0000000000000000002517b0d54c51fdb2fecfdb4211b1a939f679ae76bcfa27 2,552 1.00/1.00 vMB 25
565,216 565,216 00000000000000000022e8d21ae372c6df78627dbff6bda75f5db5576dfbcd3a 2,963 1.00/1.00 vMB 31
565,215 565,215 0000000000000000002d7c26237200d15baae13e7524a1933e69e71bfa84a3cc 1,868 1.00/1.00 vMB 23
565,214 565,214 000000000000000000241664df3d18708c11d9121c6e30dff120d20bc2c05c51 3,147 1.00/1.00 vMB 37
565,213 565,213 0000000000000000001aff9ccd83cd1dad0fc478d0d9a986254473daaa459141 3,079 1.00/1.00 vMB 34
565,212 565,212 0000000000000000002a0301549c9ddb5e963798f2ad647dcd39c1ff50e4766e 2,853 1.00/1.00 vMB 39
565,211 565,211 000000000000000000095d1febe8ca819fff2300d7905cd276a557204e7b6114 2,556 1.00/1.00 vMB 29
565,210 565,210 0000000000000000000a3d9dc891a4086e6c0ad7c5588e08f862ed374b589c82 2,081 1.00/1.00 vMB 23
565,209 565,209 0000000000000000002b283bf2a7dcd00221b73e74e1a557848ae7c0c229626f 2,780 1.00/1.00 vMB 35
565,208 565,208 000000000000000000146f6e0e57015218716ca173360960e108b28b00c14505 3,079 1.00/1.00 vMB 50
565,207 565,207 0000000000000000000c00370727f91d47edc5fabf1e4817536b8f1af93f02e5 2,622 1.00/1.00 vMB 55
565,206 565,206 00000000000000000017fe3feb9b84ce261e212ca5de9ee3dc55d26d6b133a1a 2,731 1.00/1.00 vMB 33
565,205 565,205 00000000000000000019fdb787b646be59c3badf36c3b514de560fbc2fee948e 2,785 1.00/1.00 vMB 59
565,204 565,204 0000000000000000002d0034a903e8cf555db1e6b844955f7b06d651cc7e9a16 1,669 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.52 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: 668.91 GB
    • Received: 15.64 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.