Loading Tool

Explorer IconExplorer

Memory Pool

40,382 transactions
28.23 vMB
0.13697615 BTC
Random Selection Loading Transactions
Max Size: 144.17/200 MB

Candidate Block

Mining Attempt 1763bd36ddaa02e37e7335cf79e6362879c709ec9b2501aec3f9680414349221
Version 20000000
Previous Block 0000000000000000000024b6183bd80aeb2c50feadbe74d837f0ef1fca0de972
Merkle Root 14357102845563fd765b6d621ab5cd86e186d31bf6b6d0df9d1ef8821f1e46a2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,081
Size: 1.00 vMB
Total Fees: 0.08266383 BTC
Feerates: 102.90 > 8.28 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,632 (348,983 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
565,649 565,649 00000000000000000004d115777a5b7b6459ad60029bb04f8807998d4d2983ae 2,601 1.00/1.00 vMB 28
565,648 565,648 0000000000000000001b6ef6783434227dff8fcc1ce057e3a885845a3d7fe8b0 3,014 1.00/1.00 vMB 37
565,647 565,647 00000000000000000006a125bc67df45fd5500d4e909381ddc33707ecaa256ac 3,163 1.00/1.00 vMB 41
565,646 565,646 0000000000000000000f11b88f2e220ec6cab1cd6dbee50ac5b9eaa4746dcfb1 1,996 1.00/1.00 vMB 15
565,645 565,645 0000000000000000002a0e1da7c541341e9ca4b3e5cc2da830238ec9f8c9afa7 2,537 1.00/1.00 vMB 20
565,644 565,644 00000000000000000026c576b9f0c798decce6f972eaa0a49d3165a4bbef3dae 2,353 1.00/1.00 vMB 18
565,643 565,643 00000000000000000001099d017d5a9d040e196f8f8e6ac35661bab0cb8e0966 2,207 1.00/1.00 vMB 22
565,642 565,642 00000000000000000008fecbf039f3b5a113504d59f642d7cc3b4927f3191c2b 2,859 1.00/1.00 vMB 31
565,641 565,641 0000000000000000001a597351fc561204c57d8233d1d63b0a0a01c775cb0fca 3,062 1.00/1.00 vMB 35
565,640 565,640 0000000000000000002072dd9a5fe56e189e410d4ad69b22b7c4604e89c8d604 2,910 1.00/1.00 vMB 29
565,639 565,639 000000000000000000186c6435ae8cb948b5719d5e38f3d47121cffa521989ec 2,274 1.00/1.00 vMB 28
565,638 565,638 000000000000000000280015b0407c439d4a07c9951d150b0c9db4ad09575c3b 2,035 1.00/1.00 vMB 19
565,637 565,637 0000000000000000000448483f62e7487dbfaec2de560a1d82091fd7adddaa66 2,562 1.00/1.00 vMB 23
565,636 565,636 00000000000000000005ac01b2bb212a87e59863eb74996bb723ae8208df21b0 2,908 1.00/1.00 vMB 32
565,635 565,635 0000000000000000001ed94c0ee484b7599bf0944677c0248d8dc4e835b240b3 2,008 1.00/1.00 vMB 20
565,634 565,634 000000000000000000099597ed94cf02d654770fb93967df590abe0955dd2d0c 2,829 1.00/1.00 vMB 31
565,633 565,633 0000000000000000000f45ec4521ed51d80c02626039eb5b21ce8dcf60b0a7fb 2,783 1.00/1.00 vMB 46
565,632 565,632 000000000000000000092226998ba19701aed434ea3fbb2d9f1c869cca75e432 2,063 1.00/1.00 vMB 18
565,631 565,631 00000000000000000015a046b43f3f455ae31dd05552d930921d34ab440af217 2,803 1.00/1.00 vMB 28
565,630 565,630 00000000000000000020075b3211740631a70c2d25fc26b1168f6ae139cf8ae5 2,781 1.00/1.00 vMB 36
565,629 565,629 00000000000000000002953f9b04fdb78fe5e3e51c0e4c19918e853ea1931f1e 1,472 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 781.74 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: 630.38 GB
    • Received: 12.03 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.