Loading Tool

Explorer IconExplorer

Memory Pool

79,847 transactions
29.83 vMB
0.08067334 BTC
Random Selection Loading Transactions
Max Size: 179.03/200 MB

Candidate Block

Mining Attempt 9f51b4c0d0abcdec0d9cfb10f1206202d6f7d98a5444cb20c75cedf7a62b5a0f
Version 20000000
Previous Block 00000000000000000000a86620bedaadabef003d30be662b4766362f5afa4a4b
Merkle Root 330a169734a0919b3d4dbf658daf1df490e31dd33b8ffd528e23b97ae5a652ed
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,685
Size: 1.00 vMB
Total Fees: 0.01983871 BTC
Feerates: 100.29 > 1.99 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,004 (131,937 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
783,067 783,067 00000000000000000005d7c1838da494b30078fe67c9b640831955ed763da6c7 3,387 1.00/1.00 vMB 26
783,066 783,066 0000000000000000000466ec554db1a9c5532868cdc7cb8fd351e5eed4727206 2,405 1.00/1.00 vMB 28
783,065 783,065 000000000000000000025968b6b7dd2755648e60e917b4d2368dd10f6e3141fe 3,602 1.00/1.00 vMB 43
783,064 783,064 00000000000000000003e2ee85d5e924e83bf1b31ea8558abf706b1f1e296d40 2,595 1.00/1.00 vMB 24
783,063 783,063 000000000000000000038c9febf6f05c3648d5c741f94fb5f2f2fc6e856e86b0 2,108 1.00/1.00 vMB 13
783,062 783,062 0000000000000000000117ee4ad4399aaed755e80a24c403e88b3568285fd956 1,146 1.00/1.00 vMB 9
783,061 783,061 0000000000000000000335a4d09a2666045df3eb85bd98dff01ed39a0e28e22f 1,406 1.00/1.00 vMB 8
783,060 783,060 00000000000000000001ed399a98cc0857f1234edfa674a31e91298f50f3046d 1,451 1.00/1.00 vMB 9
783,059 783,059 000000000000000000044576dc8185e1f386e7c03415212aa0be42c1f09eab0f 1,816 1.00/1.00 vMB 16
783,058 783,058 00000000000000000003f1c01f5076be944e1e2f6a16a2651be83a82c15a8f59 2,246 1.00/1.00 vMB 20
783,057 783,057 00000000000000000002629fca99d276bce026ae22ca3dfae371e9dfee55b0c7 334 1.00/1.00 vMB 14
783,056 783,056 000000000000000000003278c8a29b35037c7ec4af5668ba4d2c8ab9b10ccd1b 1,131 1.00/1.00 vMB 14
783,055 783,055 000000000000000000000f381a6eff137b9551b80f8fa3abfa1c544800a49f2d 3,446 1.00/1.00 vMB 22
783,054 783,054 00000000000000000003c87ec6467518dcbf33f75a405ecee10edc287e5bbc11 3,646 1.00/1.00 vMB 35
783,053 783,053 00000000000000000001f050fb82ca260ea9269054faebfcab244c8279970b51 1,298 1.00/1.00 vMB 17
783,052 783,052 00000000000000000004e9f168fb9935b1974b2ebf1a0b313bb6b87bdd897977 2,685 1.00/1.00 vMB 25
783,051 783,051 00000000000000000002995226bf0e37dab6d1893795ddc654b19365e8105758 1,731 1.00/1.00 vMB 22
783,050 783,050 00000000000000000001f08f739ad806f86c4397eb0002ce627239f428983852 2,182 1.00/1.00 vMB 18
783,049 783,049 000000000000000000051a13e09dc53935225fdfad276417c0465cc48e12d397 1,667 1.00/1.00 vMB 12
783,048 783,048 00000000000000000003e13547c9d618584b47e0020e9a83d03d229c11d1eaf8 2,530 1.00/1.00 vMB 20
783,047 783,047 000000000000000000011e00210a985a96b5da6f716a975672088fae863311cd 2,292 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.40 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 664.70 GB
    • Received: 15.04 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.