Loading Tool

Explorer IconExplorer

Memory Pool

43,258 transactions
27.04 vMB
0.07238326 BTC
Random Selection Loading Transactions
Max Size: 141.21/200 MB

Candidate Block

Mining Attempt ea9020ac72e6dc24ab2dcd6b04597400537fca0b43937b6f92e6789d28653415
Version 20000000
Previous Block 00000000000000000001aae22bf03485fc959de8eb2dba05795b3aa6b906bcaa
Merkle Root 97a9e9f60fc2c8c5579e36709b39562c587016e0930b180fe9ed96a8f3ce8ab5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,795
Size: 1.00 vMB
Total Fees: 0.02164518 BTC
Feerates: 100.45 > 2.17 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,884 (431,573 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
483,311 483,311 000000000000000000b1c80d0926884cf1e0129a598616bd85d69ab975400dfa 1,666 1.00/1.00 vMB 273
483,310 483,310 000000000000000000f396ff6b072f2f5fccbcb9824e746f569ac75bfbf88c52 1,598 0.78/1.00 vMB 205
483,309 483,309 000000000000000000cac45d8593f160969805780e93e7d59e43d1ed92b9eb7f 1,335 0.99/1.00 vMB 180
483,308 483,308 00000000000000000057f6044f3aa00d11474572533700e7c9afc116bd773735 192 0.12/1.00 vMB 213
483,307 483,307 0000000000000000005decfb1a580cbc4a127af6a988c4e2d4a3df01891077ff 1,056 0.82/1.00 vMB 121
483,306 483,306 000000000000000000c9297045aa92ad0ec3c2bb820a24b76fadfb740d685b4c 1,020 0.61/1.00 vMB 237
483,305 483,305 000000000000000000e2df7ea0b38d7252b39dd789f5d303eef0b37122751d55 1,058 0.47/1.00 vMB 240
483,304 483,304 0000000000000000001eb368ae5e7e4a07a61b24eca279a201dd63de2a8e9ad8 803 0.41/1.00 vMB 223
483,303 483,303 000000000000000000c8e0b0d6ee6e7321240d9937592f6be204e6487f5d2a32 195 0.09/1.00 vMB 193
483,302 483,302 00000000000000000095d3236fffb6f4f89a115b32154561299bb623902328e0 2,232 0.96/1.00 vMB 52
483,301 483,301 0000000000000000013b087495f6d8b8407cc229a9b0950085251f3b30e526b0 1,753 0.99/1.00 vMB 172
483,300 483,300 000000000000000000e65bb544c40b079e9c542e36670ca0d8f15a2a4b9dcb44 2,213 1.00/1.00 vMB 345
483,299 483,299 000000000000000000804efe55a93a50c0da47cfc74973a7043309930ab10db2 1,562 1.00/1.00 vMB 222
483,298 483,298 000000000000000000358d4e224d2d2d8fb69a6b7345f2d80aed0bc1f59b4080 77 0.04/1.00 vMB 237
483,297 483,297 000000000000000000f7bf8597c8e3b3e91802cb859e6b5a652b62077886f284 176 0.08/1.00 vMB 248
483,296 483,296 0000000000000000008185d660a5bd6eb8a68a170f5610cf82129ec48751b08d 734 0.46/1.00 vMB 58
483,295 483,295 000000000000000000b63f03d863dad8c43fb606457e435eceb1a34754be8de3 1,829 1.00/1.00 vMB 361
483,294 483,294 0000000000000000007731888403d69f01bd0d4fa807859c9ee950ff6755b165 1,749 0.97/1.00 vMB 207
483,293 483,293 0000000000000000008141928bb3abbcee458dfe3ebab97fecfbbd2c8832e39a 320 0.19/1.00 vMB 191
483,292 483,292 000000000000000000ad62b8c6f6d712c718ef8f51bb9259c6ed14ff5a2fdbc1 435 0.36/1.00 vMB 186
483,291 483,291 00000000000000000104e954f99aee58822d22cd092f8a56d0e3db7c0cb7a65d 806 0.60/1.00 vMB 133
Previous 10 blocks ↓
Total Size: 782.18 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: 653.65 GB
    • Received: 13.98 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.