Loading Tool

Explorer IconExplorer

Memory Pool

86,369 transactions
33.21 vMB
0.14379012 BTC
Random Selection Loading Transactions
Max Size: 197.54/200 MB

Candidate Block

Mining Attempt 83346d503a8424f8666ae883217962e9dde6f6a83e8c1ed0d4e12c52ae4b79cd
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 086ea0760c428a02678ee959b07e91eb9c530b6d0a03a48e6fdd5d7256df05a7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,779
Size: 1.00 vMB
Total Fees: 0.06601758 BTC
Feerates: 387.56 > 6.62 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (301,366 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
613,587 613,587 00000000000000000002b718e84230f07be2e9c20c25200cb233c5bdc59579e1 2,669 1.00/1.00 vMB 4
613,586 613,586 0000000000000000000b661fd71dc9e9fa9f23187cc7a48e92a7ac0f3c7dea28 3,003 1.00/1.00 vMB 12
613,585 613,585 000000000000000000020350f0ceb4acae2acef9eb2d9601a55297f663010a9a 3,396 1.00/1.00 vMB 25
613,584 613,584 00000000000000000002197853a8881cb090aabc8126b9d73fae66722bc5d0bf 2,302 1.00/1.00 vMB 13
613,583 613,583 00000000000000000012f7cbb699ace2912c994917757e7ec7e0438d693afe26 3,114 1.00/1.00 vMB 19
613,582 613,582 0000000000000000000a3d627ee22b7945587d0e07684dd31fdefc7ed2e173d9 3,093 1.00/1.00 vMB 13
613,581 613,581 00000000000000000000d1cb4786e5ad76a457d485219365ef786e20a359f53e 2,908 1.00/1.00 vMB 28
613,580 613,580 00000000000000000000d81f2a06c06c24549da9436689f3f880b5dcad5120fc 3,501 1.00/1.00 vMB 20
613,579 613,579 0000000000000000000e0f863e266f524c3a956a0dab59691968b84534b066c7 2,505 1.00/1.00 vMB 9
613,578 613,578 00000000000000000010ed52cfccaa4e0e8963b91d42ac3b8fe09aff79f87401 2,913 1.00/1.00 vMB 13
613,577 613,577 00000000000000000007f6c1cc7cbf7abc6915cecbd3c2e53b264c76865e3ca0 3,309 1.00/1.00 vMB 13
613,576 613,576 000000000000000000123fa16bc8ffcb3bb878e607102cf871e049ee4372f860 2,922 1.00/1.00 vMB 16
613,575 613,575 00000000000000000012df43bf33897b6198f73b82c2e865f2e312164870f6c5 2,380 1.00/1.00 vMB 15
613,574 613,574 0000000000000000000676178cfc9e3fd6e5b23aa932ad62ef03d29db6e2e68c 3,218 1.00/1.00 vMB 27
613,573 613,573 0000000000000000000288ae77f5b8b3c99784f55827431a23f524adf69d0e3a 3,170 1.00/1.00 vMB 26
613,572 613,572 000000000000000000074694d27436c5ec43def0ec0834cbc3c7c103429db389 1,273 0.42/1.00 vMB 17
613,571 613,571 0000000000000000000c82432357df683e32aa1b38b1e193ee1618fa325d00dd 2,798 0.84/1.00 vMB 14
613,570 613,570 0000000000000000000c46842c87b84eed2c60941854e38a9db885c6745c3f50 1,761 0.55/1.00 vMB 14
613,569 613,569 00000000000000000008d5749495ecaba415ee2aaa15e0209aedb6e69334e1e3 505 0.16/1.00 vMB 22
613,568 613,568 0000000000000000000f0573f1b7a3ca529a4e4e6ec4c0515322bd831c166d96 3,191 1.00/1.00 vMB 7
613,567 613,567 00000000000000000013048b6497b9db0e83198669b081d1390183f173d6c7e8 3,057 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.31 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: 659.42 GB
    • Received: 14.60 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.