Loading Tool

Explorer IconExplorer

Memory Pool

76,439 transactions
28.49 vMB
0.06724051 BTC
Random Selection Loading Transactions
Max Size: 172.64/200 MB

Candidate Block

Mining Attempt 614384c61f4e7d99350d4d2c9418e144280c9a6535b5fe9d515f2f3426752459
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 6bda59ef42ef2219d6117f383fde54b8f55618d06a2552c8864804117e60021c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,263
Size: 1.00 vMB
Total Fees: 0.00802900 BTC
Feerates: 71.79 > 0.80 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (542,392 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
372,768 372,768 00000000000000000802c60790a95539ca1f56996cc9bee43520868f858f8df4 1,418 0.62/1.00 vMB 50
372,767 372,767 00000000000000000a854df3645aa0893e319776d8611d2e8af5d176f9a6a6a2 1,360 1.00/1.00 vMB 15
372,766 372,766 00000000000000000302efa5006d3c9ae1b117211a1235fb3bbddcfd2289d4c1 503 0.80/1.00 vMB 44
372,765 372,765 00000000000000000f2e7b21a4240e6628a36243b4760015f72e1f9f41fecf93 1,151 0.57/1.00 vMB 37
372,764 372,764 00000000000000000d8e2045cc50beff047db897959205b5cb19901d6c66eab0 1,342 1.00/1.00 vMB 22
372,763 372,763 00000000000000000cc058d069f4e41ecc0ddc3c834c2e08ceb26e81d2e28fc6 567 0.75/1.00 vMB 49
372,762 372,762 0000000000000000002bef379318699c125544a5cdaaa67b01114d344e3fdc33 1,680 1.00/1.00 vMB 28
372,761 372,761 000000000000000004b9c93714572bfcea298934cf3c0e9c73c0c60d4e113a27 873 0.92/1.00 vMB 52
372,760 372,760 000000000000000000a671481a17a2f383fee4ba7903a8b4eff73238a098d15b 475 0.78/1.00 vMB 43
372,759 372,759 0000000000000000003a4a53742fbaee476b40f221495713c5b735e3710e4789 1,347 0.93/1.00 vMB 38
372,758 372,758 000000000000000008796c7319443436e5ca56e3b2d9f1410460bbf6ca9c46ee 1,252 0.55/1.00 vMB 42
372,757 372,757 00000000000000000c189c0b15bc7c1cb6881b6c1472cda53ff42c1efe4b51b5 818 0.88/1.00 vMB 56
372,756 372,756 00000000000000000ed6d8bd296b58f32e8a920a5f6ea7e4a7b2dfeda318d200 2,069 1.00/1.00 vMB 31
372,755 372,755 00000000000000000b978c137a1fbda2028fc8a8ef06065335492e9060840929 1,122 0.99/1.00 vMB 55
372,754 372,754 00000000000000000abaed3482df55e3b1cd8f21451cd822adf7649aaa571514 562 0.75/1.00 vMB 45
372,753 372,753 000000000000000013f7c2b2093ca11a3dd27e76dd0176c8865ef7e20010f0ca 2,521 1.00/1.00 vMB 34
372,752 372,752 00000000000000000bda01c8a29ad1a812dea2c15e30a2fc646a4a077afda47d 619 0.75/1.00 vMB 46
372,751 372,751 0000000000000000073ee25f53424399da1e58eb268c45d6f64c9518f1ff6f22 913 0.93/1.00 vMB 53
372,750 372,750 00000000000000000140c38330b53c5f82b209801463e6e506332f354b2ac456 2 0.00/1.00 vMB 0
372,749 372,749 00000000000000000e878ab9605b4d745ec681d72d8ae68bbf507b601689c7f8 1 0.00/1.00 vMB 0
372,748 372,748 0000000000000000087a906ef22ae3e3914af17d72a9bbc2805c57577ec86f21 513 0.81/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.41 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.