Loading Tool

Explorer IconExplorer

Memory Pool

38,980 transactions
28.50 vMB
0.06143499 BTC
Random Selection Loading Transactions
Max Size: 144.64/200 MB

Candidate Block

Mining Attempt efbe1cac22c4ea32d176715df78b2a0b9fc5830e9933b983d1592b51f39f9db5
Version 20000000
Previous Block 0000000000000000000186c7ba41504e3c56aa55a75f75b0a4e62a8078c7e70e
Merkle Root 77bd78d476b9a01ddd75df517eadb56482a390cf84c534e27a7a8f6d9ec2b0ff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,895
Size: 1.00 vMB
Total Fees: 0.00639239 BTC
Feerates: 50.27 > 0.64 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,575 (696,725 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
217,850 217,850 0000000000000318bdf68e9a6a5b6d31548f9decbfc4b8d9c4649f102ef16894 11 0.00/1.00 vMB 231
217,849 217,849 00000000000000111f135ba1ccc2ff489f60d95ab0b73874f751c2f7f7d8b49b 216 0.10/1.00 vMB 209
217,848 217,848 00000000000000e533b34f0448ee6648932ac88907be4953389bfe6e49609776 341 0.15/1.00 vMB 210
217,847 217,847 000000000000019897f9552fc33171336eedbfda9dafeab356fb5bb1cabbdeb1 343 0.12/1.00 vMB 222
217,846 217,846 00000000000002c604c54fa01497d78850d8b544f8c9edc23066ead0224298ad 319 0.13/1.00 vMB 244
217,845 217,845 000000000000022e1d664b9c433ba7861250a60ce8172e8a0b787acafe326956 196 0.11/1.00 vMB 117
217,844 217,844 0000000000000149e3b1780ac866fb69199a08aa469c8acdaf283d9e966cdd04 126 0.06/1.00 vMB 155
217,843 217,843 000000000000015d43f12e63688c68c378229f8a2911840412d559b789e6e0db 461 0.17/1.00 vMB 215
217,842 217,842 00000000000000010ec9f57743b9ae4e01e14afb4ade441b2f252294e807da30 21 0.01/1.00 vMB 512
217,841 217,841 00000000000004ca488d4d00d75fc0903b9dbd3b88377273804429ac530b5d19 123 0.07/1.00 vMB 78
217,840 217,840 0000000000000465ed811aac9309e95b4a6420c81f4ed8436fd1e1fab73a9f03 142 0.05/1.00 vMB 155
217,839 217,839 00000000000000169d6d45490285c40d3db30aec019ff84709fb0dba3d64526e 207 0.11/1.00 vMB 263
217,838 217,838 0000000000000270df1e1e0e7e9112e08ee3fad0938b07c16ce16bc733711626 62 0.04/1.00 vMB 93
217,837 217,837 00000000000001bde870afad6946020db2ab15dbd6b2b0b3b0cf3a4fdcdd4773 384 0.17/1.00 vMB 180
217,836 217,836 000000000000002d58b8efefdfa2ee2629990eedb22a4865884718939eaba7b8 122 0.05/1.00 vMB 127
217,835 217,835 00000000000002d6e8c26d6ceca68e363e5dcfc7e27e739c580d1e2707a12a11 272 0.12/1.00 vMB 203
217,834 217,834 000000000000034cbf2502430799eea2af861d2f9f54c8de4a00e7cda2fdb204 32 0.02/1.00 vMB 866
217,833 217,833 00000000000003c030d49db356ce598deb6d9d3548d600e5d33d52a5c0bbd972 161 0.15/1.00 vMB 54
217,832 217,832 00000000000004d83be061692802019a1bdac52c6194f412575cbab6e9888687 38 0.02/1.00 vMB 44
217,831 217,831 000000000000035125c54530fd384f7d3e7985a591c383ff5ff89e5f41efc17e 374 0.13/1.00 vMB 319
217,830 217,830 00000000000003a6cef2e7c81a6aeb2e878eb570c93d6cb98bd53ccd13b2ed2d 116 0.05/1.00 vMB 409
Previous 10 blocks ↓
Total Size: 781.64 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: 626.29 GB
    • Received: 11.62 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.