Loading Tool

Explorer IconExplorer

Memory Pool

68,950 transactions
26.40 vMB
0.07332476 BTC
Random Selection Loading Transactions
Max Size: 158.26/200 MB

Candidate Block

Mining Attempt 249162c317102de54632fe78c76823c5d3e3c014cb6811c34899f134e16494ca
Version 20000000
Previous Block 00000000000000000001aa9a1283aa889ea41c9cc87a0ebad4e6b488f74e2a00
Merkle Root 9b7ec5df09f733bee50c549fe2276d171f599dfb38acd27a9ebed045e19c71e6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,938
Size: 1.00 vMB
Total Fees: 0.01718044 BTC
Feerates: 86.29 > 1.72 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,520 (855,062 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
60,458 60,458 00000000024289490fa312785e26a2368dd1f6b3fec9c97ea1fc1edff12daf7e 1 0.00/1.00 vMB 0
60,457 60,457 000000000bdd4e9f173659eaf0cf25fb49e2b4f249cd859cad49302a9273dc8f 1 0.00/1.00 vMB 0
60,456 60,456 0000000005f003b9075730db97d494a4e4634001067e8978cba65b687abf68fa 1 0.00/1.00 vMB 0
60,455 60,455 0000000001dce6a8e115db4970fc44d40b7017113ce816b979ead117efdba590 1 0.00/1.00 vMB 0
60,454 60,454 0000000004a2334a4d787b49eaaa6c6cdcaf953d88db51bf4c09bd69aaf6f62e 2 0.00/1.00 vMB 0
60,453 60,453 0000000008e9e34a9b8bc1277decd718c2fb520c7ceb0ba8d2e4ed82202f80ff 4 0.00/1.00 vMB 0
60,452 60,452 000000000aa5dba6384ca34a3cee31df4ba22cb7b4b6facfd169b20c64aab225 3 0.00/1.00 vMB 0
60,451 60,451 00000000064791356d87d494b4888f5173f6148758f4b1a26353298115b9ff80 2 0.00/1.00 vMB 0
60,450 60,450 000000000eb5e90c98151fe25528ffdeb99a1048e792906886b6e11dcbe62440 4 0.00/1.00 vMB 0
60,449 60,449 000000000f34ade8d413d31d6c12998af98b6bffe26e032bee25c226a22689a9 1 0.00/1.00 vMB 0
60,448 60,448 00000000044beba7b19d182f22520deb43a9e14a53100258c7f1cd21e6b6d1a3 1 0.00/1.00 vMB 0
60,447 60,447 00000000064e1cac79e2c037ea4d1ba4acb1c269c5a3ffc4c553d112f050c30a 2 0.00/1.00 vMB 0
60,446 60,446 00000000021d8431b47d4de3fe13682639dc0820bc007389c55db58a3e6bcd6f 3 0.00/1.00 vMB 0
60,445 60,445 000000000811f00c38d6601d0c26bba9c280cf342fdd3e33863e885bdcae8e48 2 0.00/1.00 vMB 0
60,444 60,444 0000000009e6059163294eb6ba04d11c39545e44449236965fc3bb0b5e5bcd4d 1 0.00/1.00 vMB 0
60,443 60,443 00000000015465252ea5732e98511a83157436c9912dcb25b709d594109f716e 1 0.00/1.00 vMB 0
60,442 60,442 000000000b4f82750a37051e53d87cff353fedea00a0218ad3d677541505ed48 1 0.00/1.00 vMB 0
60,441 60,441 00000000024d542a68e2841bd95da4995ec045e14208d8043e6141c495b7e4f4 4 0.00/1.00 vMB 0
60,440 60,440 000000000170444f720a95b372c770c27967450af58401c88a7f9eb4f5dfe56b 2 0.00/1.00 vMB 0
60,439 60,439 00000000007395eb8d8c3693ccd01fee99380eee6cd4c017deb363636629b924 1 0.00/1.00 vMB 0
60,438 60,438 0000000002ac175bea0ae501cd8a1d9e147745ace2b12f42180bd9a2688b77aa 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.30 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: 767.05 GB
    • Received: 19.33 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.