Loading Tool

Explorer IconExplorer

Memory Pool

79,241 transactions
29.44 vMB
0.08877178 BTC
Random Selection Loading Transactions
Max Size: 178.13/200 MB

Candidate Block

Mining Attempt 325e1cebfa68573f8a71258c5f4bcb65fbd8a7edded1382b2df9e8e586417ed8
Version 20000000
Previous Block 0000000000000000000143f54c636fd580cc96e321febc4ce4dd319dbdcb21a3
Merkle Root 328d17ba9e4377e0f292df97f247cc1aefcfebbbaa9d16573e20fa57cb0082a7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,897
Size: 1.00 vMB
Total Fees: 0.02650071 BTC
Feerates: 263.85 > 2.66 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,093 (280,755 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
634,338 634,338 000000000000000000097a000db506a1935e3affd4f9c6dcc21e1bde4464d2bb 2,122 1.00/1.00 vMB 15
634,337 634,337 0000000000000000000aa98938ff816c39f9ad1f48549d00814ffb0bd4cc3830 2,633 1.00/1.00 vMB 17
634,336 634,336 0000000000000000000ed11884a6ea7b3c62372f525ade500b27fa020c002094 2,680 1.00/1.00 vMB 22
634,335 634,335 00000000000000000013712e9388eb84f53399cc4da5ece5f13ba925e9c4e8c6 2,735 1.00/1.00 vMB 28
634,334 634,334 0000000000000000000a1d5f56537d27a0679fe5f9c033dc7c2adf509d2cfb1a 1,949 0.68/1.00 vMB 16
634,333 634,333 000000000000000000105193bd73f07f1a165057c82ae7d86fa7eca1feb2f8ce 2,747 0.95/1.00 vMB 9
634,332 634,332 0000000000000000000c9779929a532a701ca0b9a81f0f22a525eb41f687f5fa 1,931 1.00/1.00 vMB 11
634,331 634,331 00000000000000000010cb307fc5eb7156f9a80dc09b46048a6e3697ac6f59aa 1,600 1.00/1.00 vMB 21
634,330 634,330 000000000000000000058d62a1928eb5ca2568391da3bfee04753bee3005a35b 1,722 1.00/1.00 vMB 13
634,329 634,329 000000000000000000031a12f271b277478261117603ea995ac30fbbf674fe21 3,276 1.00/1.00 vMB 35
634,328 634,328 000000000000000000001daf8256297acdaf36ad2887aaab12738f450a003a83 1,352 0.55/1.00 vMB 22
634,327 634,327 0000000000000000000605604bbbc7835bf2be48d5c71fbe292e9253f6564a0c 1,645 0.95/1.00 vMB 12
634,326 634,326 0000000000000000000a88b760627d958d7f7caf50546f005b9cc5f56d822774 2,333 0.88/1.00 vMB 18
634,325 634,325 00000000000000000010acb34f89c7ec662b97a3650a5122e80f3cf55e4e7734 1,173 0.53/1.00 vMB 19
634,324 634,324 000000000000000000085169c24ad325738a51e79161874fdf0416138d6f0056 1,115 0.40/1.00 vMB 26
634,323 634,323 00000000000000000014495cb49cacc450af03b7b98b0da055c10d7a5fc9eae6 1,293 0.54/1.00 vMB 20
634,322 634,322 00000000000000000013d6e7ee35f8a9fa86fdc73f49f05fae2a3212ef025fe8 1,603 0.62/1.00 vMB 11
634,321 634,321 00000000000000000000095972a61a51a14d23df32fd97b7241f0fbf93a762cf 1,939 1.00/1.00 vMB 12
634,320 634,320 0000000000000000000e43199c7f9b65452518d2ee48da45caf8f205e1e48d17 2,542 1.00/1.00 vMB 35
634,319 634,319 000000000000000000034bb39b40a1868f661ef712fbce1794f4a33bac602913 73 0.03/1.00 vMB 10
634,318 634,318 0000000000000000001312ed1c8afeeee66cb06f73520514583528cf0560c310 2,391 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.56 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: 669.95 GB
    • Received: 15.79 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.