Loading Tool

Explorer IconExplorer

Memory Pool

43,471 transactions
26.60 vMB
0.06391353 BTC
Random Selection Loading Transactions
Max Size: 139.86/200 MB

Candidate Block

Mining Attempt 5bb5f84b8af756a3dae8e06d613470dd03b4f4938005ed63492c400ef618eeb0
Version 20000000
Previous Block 00000000000000000000474abf3fcf62d8e89483dbbfc4091cc0a57225296f17
Merkle Root fe6edfcf9a6909ee7f90bbf04fb744e252ec747e66213360bff9eeb9c835dec0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,509
Size: 1.00 vMB
Total Fees: 0.01507957 BTC
Feerates: 200.71 > 1.51 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,728 (298,581 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
616,147 616,147 00000000000000000004bff56dd224814e0fc241b69a6f31d3ab8f27b4b17e16 2,978 1.00/1.00 vMB 25
616,146 616,146 0000000000000000000cb7ddc607a4e0764dbf0cdcd8a125066401543e5b30b0 3,109 1.00/1.00 vMB 12
616,145 616,145 0000000000000000000b4ba748950f7a9d4579c0c6f566300ea3c7714d4905b8 3,335 1.00/1.00 vMB 17
616,144 616,144 00000000000000000002886388686450816583bf285cd507345811153cac3ed6 3,081 1.00/1.00 vMB 25
616,143 616,143 00000000000000000002757f433e881dc247555750c85e6c3f10f384b78216a4 2,021 1.00/1.00 vMB 20
616,142 616,142 00000000000000000006c7e17b5e8f2eec683e3eed6ae38645d1236c90d34240 3,204 1.00/1.00 vMB 27
616,141 616,141 000000000000000000080b725f0518abda80a57937a716b3909ca3051a532a4e 2,600 1.00/1.00 vMB 20
616,140 616,140 00000000000000000001e865295bf9af3378d9e2aaf646bdc8c52915dc16a57b 2,657 1.00/1.00 vMB 33
616,139 616,139 0000000000000000000949b0e97112273a4d9116ca4c6a50cc4af69c860f5479 2,822 0.80/1.00 vMB 8
616,138 616,138 000000000000000000036facb1cfb27e4c524bfb2c18ff1477f4265d95f052d5 3,192 1.00/1.00 vMB 23
616,137 616,137 0000000000000000000d9213ce0464cb1f69586fe59da2ffcae76bc716533cfb 2,498 1.00/1.00 vMB 4
616,136 616,136 000000000000000000101f1da74b8f017897748f12a84fe20f11a007a2ce9bc2 3,370 1.00/1.00 vMB 25
616,135 616,135 0000000000000000000df232f54e13c21da7b73906280974a5b94293f344c686 2,575 1.00/1.00 vMB 17
616,134 616,134 0000000000000000001091421268ef3fa23573c006c2653969b64b0ede8f578d 2,372 1.00/1.00 vMB 12
616,133 616,133 000000000000000000047be27774d2f14c6c5521c75cd2f5805f7b23833f9121 3,010 1.00/1.00 vMB 12
616,132 616,132 0000000000000000000f5e5849975c3a74f1d0ae0aede31207aaf9c4dbf8f95d 2,892 1.00/1.00 vMB 16
616,131 616,131 0000000000000000000b7ee021a40da6c328684132a4ab5d6b88064e8a1f45d4 3,173 1.00/1.00 vMB 21
616,130 616,130 000000000000000000067e76bf13df1487c0b79d9f3de8a315f63f30963409cf 2,720 1.00/1.00 vMB 28
616,129 616,129 000000000000000000018ce386ebd9e30cd9b1dde54bfb533ac5674449503c9e 2,943 1.00/1.00 vMB 28
616,128 616,128 000000000000000000080de396ba959078b94f044dc93206cc3052cd2d3614d7 2,473 1.00/1.00 vMB 16
616,127 616,127 000000000000000000072bff24e8359ba02972d87c0e91339392862343d19a10 3,057 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 781.91 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.83 GB
    • Received: 12.78 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.