Loading Tool

Explorer IconExplorer

Memory Pool

17,900 transactions
14.86 vMB
0.03057496 BTC
Random Selection Loading Transactions
Max Size: 74.62/200 MB

Candidate Block

Mining Attempt 520089b4fa2f326ff707f65d2f4a7a5b087076ed1380e456a93838c79f21e8d1
Version 20000000
Previous Block 00000000000000000000b31bddf15c89d32274d08a85fb7020240ed911664f51
Merkle Root c9ffaaa6d0f6665787556cba0aace43d7887d79a18494df51cd0f72064fca72f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,631
Size: 1.00 vMB
Total Fees: 0.00463065 BTC
Feerates: 40.21 > 0.46 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,175 (797,443 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
116,732 116,732 00000000000071000b47df0f66c2136791a7d8cd201cafe11c78669aa593803c 11 0.00/1.00 vMB 617
116,731 116,731 000000000000bc89009b444bb1263fd74e8fdd75fd0e43329dd19f2a6d9c7378 8 0.00/1.00 vMB 973
116,730 116,730 0000000000003cae2d7da43590b63aeb00b557afaaffce6dace655ef58c4a425 11 0.00/1.00 vMB 0
116,729 116,729 0000000000008062e7e8315dfd22464d5ce04ec477ea5bc7575f6b1220e39613 15 0.00/1.00 vMB 1,065
116,728 116,728 00000000000056ae48ccf05f89a8590a844b8d84ff42dd0a4b3c52786e03421e 22 0.01/1.00 vMB 2,172
116,727 116,727 000000000000d3911c674d4239c7a210358b0ad64729e76910ab5200b11600d5 11 0.00/1.00 vMB 579
116,726 116,726 0000000000000917a016e361e1e8869a775e7a8036c4a1cb07e0d631fee0126f 24 0.01/1.00 vMB 915
116,725 116,725 0000000000001aeea3e894a55a4de55c16c924da5adac84a3cd932a885d3a3e5 6 0.00/1.00 vMB 335
116,724 116,724 0000000000008e536fc3cc94ed295efd24070c1d98c6982cf697c03d6e31a13c 11 0.00/1.00 vMB 0
116,723 116,723 000000000000c6393061c9864c15933bb66b1ea319dba1bf881834f61d821a3e 13 0.00/1.00 vMB 1,106
116,722 116,722 000000000000b9d28ff043dff9ea709d8de3b0168ead5245da6c8a51d10e70b5 9 0.00/1.00 vMB 0
116,721 116,721 000000000000ef9810bbcb08c8a41537832819955dcad3672f16003724228aad 9 0.01/1.00 vMB 898
116,720 116,720 000000000000d95fdec4aee377ef806a1eab86ce86b4486600088e3b18f29810 18 0.01/1.00 vMB 1,406
116,719 116,719 0000000000008f166f80a5facf416e640ef14e9ddd91cb0bc3d4479393bf8dc5 13 0.01/1.00 vMB 328
116,718 116,718 00000000000057e86d748afcb00a4718592ad692dc3f12b3c3d111cb15e86884 1 0.00/1.00 vMB 0
116,717 116,717 0000000000008b93e26a796febd3b8a3750b5b74bde572801ecd1791cf32e836 19 0.01/1.00 vMB 2,644
116,716 116,716 00000000000082b38dd4e52eb1deeb9630a49db9b5d9f49f6366a7f5b5e8371f 10 0.00/1.00 vMB 0
116,715 116,715 00000000000068609692a92b96c75777c05d8f2ef911535509880ade5a1a973a 10 0.00/1.00 vMB 898
116,714 116,714 0000000000008627090f5a1ebc50d758edf8617729ffafe14547e37bdb465482 11 0.00/1.00 vMB 0
116,713 116,713 0000000000007c652a6405bcc66a9b138511da7b01789fa309124d3931158229 5 0.00/1.00 vMB 3,879
116,712 116,712 000000000000f012cbcfce6f72713c524ddfefc72893409f2cb37b30b4ec13dc 8 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.90 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 569.41 GB
    • Received: 7.73 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.