Loading Tool

Explorer IconExplorer

Memory Pool

76,618 transactions
28.33 vMB
0.09525033 BTC
Random Selection Loading Transactions
Max Size: 171.84/200 MB

Candidate Block

Mining Attempt ef4d7199ce01ee589de9212edaaf07ece0f018b69f5b6dd72582e62bbbb6fa82
Version 20000000
Previous Block 0000000000000000000066dca9fab24cab5c950c60583369c37db71a237ae64a
Merkle Root 8bcf9f55000edddd67e749b83249dfc6bd3f14a636b8257b03eb17e9eba8d2e2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,841
Size: 1.00 vMB
Total Fees: 0.03235682 BTC
Feerates: 472.31 > 3.24 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,291 (303,023 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
612,268 612,268 0000000000000000000d25ad8716079e42c845d3ef44a0ff0ffec1f7a59e7e0d 2,788 1.00/1.00 vMB 30
612,267 612,267 0000000000000000000c4b6dabece42258622867423e0ac46a947b53360dae57 3,451 1.00/1.00 vMB 21
612,266 612,266 0000000000000000000181bed3684461f86e72a2c1fd3f47bbb1f959d8c37282 2,286 0.73/1.00 vMB 10
612,265 612,265 000000000000000000019e42578c74b8213d1cdeb4c0979978a7a815f99f3a8b 3,013 1.00/1.00 vMB 16
612,264 612,264 0000000000000000000213b5ff859ff7221668adb7511453c1310e74ae1b43eb 3,245 1.00/1.00 vMB 25
612,263 612,263 0000000000000000000258f941a15175c997abdba89fbaa397f0ff824b223c0d 122 0.03/1.00 vMB 11
612,262 612,262 0000000000000000001258cefa0b5a507430b645fa63ed03420e64c56a69ead4 2,647 0.72/1.00 vMB 11
612,261 612,261 00000000000000000009f0f90b9f078977a3aabe7d0dc44a34af9fb2e7beede6 3,053 1.00/1.00 vMB 22
612,260 612,260 0000000000000000000a4fc77a04defce1f6bb0c6eb6177d062015d7b1e8e2e1 2,831 0.93/1.00 vMB 16
612,259 612,259 0000000000000000000161e8e193149cf42387baa9b028ddf0ad9cc8639ef997 2,491 1.00/1.00 vMB 2
612,258 612,258 00000000000000000007d41dbdb6dbbb5c89686bde078410b94b83c9f7ea6240 2,738 1.00/1.00 vMB 13
612,257 612,257 0000000000000000000726c9d664211b6af2dea14f27e99db5043c8ef45b1a23 3,108 1.00/1.00 vMB 29
612,256 612,256 00000000000000000005f3af06704cd9dc307756f1914d38efa7abdd0186edf5 2,841 1.00/1.00 vMB 13
612,255 612,255 00000000000000000010405f8772e0f91fa8cc925da0f093093108ce42743b90 2,673 1.00/1.00 vMB 20
612,254 612,254 00000000000000000007966b7800c2aed4443d819fd4592590236a37aa041338 3,239 1.00/1.00 vMB 18
612,253 612,253 00000000000000000000aba3f3d75467580e5c9ce3a8bc21553d73a14cc1862b 2,983 1.00/1.00 vMB 25
612,252 612,252 0000000000000000000d714c3ccda6c7604f7875e32bcd1bbab27a4191cb2fcd 1,745 1.00/1.00 vMB 11
612,251 612,251 00000000000000000006e78305f52a0c166b84a104f433afc2560b390abb12f6 1,203 1.00/1.00 vMB 11
612,250 612,250 0000000000000000000f5a8593abf2f1141637ecab6f3ec2d4c6e7062486431d 1,719 1.00/1.00 vMB 15
612,249 612,249 00000000000000000012209c2c93eb38a5bca28aae159405240da2f26da61bad 2,260 1.00/1.00 vMB 26
612,248 612,248 000000000000000000068aacf33e882548ba3863bed32bd6456bd7e62032e77a 2,412 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.90 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: 713.56 GB
    • Received: 17.40 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.