Loading Tool

Explorer IconExplorer

Memory Pool

39,522 transactions
29.09 vMB
0.07685297 BTC
Random Selection Loading Transactions
Max Size: 147.12/200 MB

Candidate Block

Mining Attempt 1d7cc0f9476c2579c446d89e3c4dda95796b605d7a0d5bcf21f5b16557e0cb67
Version 20000000
Previous Block 000000000000000000005f6e061237a1b3be90d7e91949057a34a7b5facf2fa9
Merkle Root 6070ae8620536ae0730f7c05c45cd0d88a58a5ac47d479ccad40c5d3ae3dc94b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,255
Size: 1.00 vMB
Total Fees: 0.02006709 BTC
Feerates: 301.05 > 2.01 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,529 (233,635 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
680,894 680,894 000000000000000000012a818786f427075bbce53219d878613801cd5b045536 2,536 1.00/1.00 vMB 160
680,893 680,893 0000000000000000000219213cc818afaf14b0b770df55cd025c55854acf7e1d 2,143 1.00/1.00 vMB 92
680,892 680,892 00000000000000000004307dadb390c2492cdefc8b41681e061bc2b18b19e98f 1,980 1.00/1.00 vMB 30
680,891 680,891 00000000000000000001eeed72a74a0df6f1e47a42963613c53d4318de8f8ad6 1,729 1.00/1.00 vMB 47
680,890 680,890 00000000000000000007768339bc9720b833af50558b0c55270ca63e50412eb6 1,885 1.00/1.00 vMB 175
680,889 680,889 00000000000000000002f7fe13e21c5061e32b932a390dc6c4bb85bdab435d42 2,392 1.00/1.00 vMB 46
680,888 680,888 00000000000000000009fa021c5519a08a19f4f177b9674ee4c6b51c5f7381e7 2,468 1.00/1.00 vMB 159
680,887 680,887 00000000000000000008283e1f097dbb554c512c346dc7832fc32c66ade404b0 1,935 1.00/1.00 vMB 195
680,886 680,886 00000000000000000006ff9e43135d07a3ac72d5aab051fb98546f6b4a4cf23f 2,849 1.00/1.00 vMB 99
680,885 680,885 0000000000000000000410a43f635b4e36b740683d8ccfffe24fb58ccb905d75 2,434 1.00/1.00 vMB 67
680,884 680,884 0000000000000000000b2631b8a01e539caade89b53b82a454d206bb80da587b 2,599 1.00/1.00 vMB 100
680,883 680,883 0000000000000000000a8a1830ac30fac9c6bc6416e4b2ffb414247dacdfe92a 3,423 1.00/1.00 vMB 36
680,882 680,882 00000000000000000004116ee3bfb5a7740e33f62c3c496672cc8d619fd3543a 2,049 1.00/1.00 vMB 75
680,881 680,881 0000000000000000000a0045e07b0874ebda24651cb87f92e2613f1e6e2a71d1 2,503 1.00/1.00 vMB 137
680,880 680,880 00000000000000000008a423346b8cf24e8dc53b39ed0eafc002141c01564983 2,036 1.00/1.00 vMB 116
680,879 680,879 0000000000000000000b1d15d6d500462a780a5321ba7e9daf057c869ac5c411 2,640 1.00/1.00 vMB 196
680,878 680,878 000000000000000000078e796633d210d98016c6ab246e8caa5e0522f1e6f93a 1,707 1.00/1.00 vMB 189
680,877 680,877 0000000000000000000abb7eda6f1fcf7191f8bf657589a98462285a68fd99dd 2,279 1.00/1.00 vMB 56
680,876 680,876 00000000000000000001b96d7fa640c106128c119d897be0f02da2fe75c5ea85 3,061 1.00/1.00 vMB 177
680,875 680,875 000000000000000000088bb62c0702aeef495f065cd8ddbf18b5bce2d615ea42 2,504 1.00/1.00 vMB 58
680,874 680,874 000000000000000000002d827e5969475214402697f6485e442c4a36a9eafe42 2,522 1.00/1.00 vMB 143
Previous 10 blocks ↓
Total Size: 781.55 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: 621.67 GB
    • Received: 11.24 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.