Loading Tool

Explorer IconExplorer

Memory Pool

85,782 transactions
32.88 vMB
0.13236066 BTC
Random Selection Loading Transactions
Max Size: 195.56/200 MB

Candidate Block

Mining Attempt 15a373813dba0c71dffe8999a27356c6893e89d223e71d76aafb3a3a801ef9ee
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 0191e0b882800499a01c0e2e8344c29037ac6d8b6a29f3666b9b80ce5b5f114a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,617
Size: 1.00 vMB
Total Fees: 0.06108579 BTC
Feerates: 387.56 > 6.12 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (611,287 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
303,666 303,666 000000000000000036c5413b79e627b985b7e096b84cb56c0a7bd2ab344e1d31 517 0.39/1.00 vMB 26
303,665 303,665 00000000000000001734448b2acb5d212fcd5aff7968252a7dfd4e43e983eba9 204 0.14/1.00 vMB 15
303,664 303,664 00000000000000003b75e0127a16fdaef08b374b5ef3c485b986f76b6edb8f30 654 0.33/1.00 vMB 35
303,663 303,663 00000000000000005f7955bdfb5a25cf2b733287c20f1c9552f665ca2f632452 214 0.18/1.00 vMB 23
303,662 303,662 000000000000000024c0d81a05e2ac6310c8e2b0d3ab52053dcac2e94677ef2e 51 0.03/1.00 vMB 9
303,661 303,661 00000000000000000c24148f7dd10d67db630d7f90820fbc91d0e60475b2142a 495 0.40/1.00 vMB 23
303,660 303,660 00000000000000006497aea93e1b21e9eae658bd0e8b905ffc7bbfc0ddc84c83 775 0.49/1.00 vMB 27
303,659 303,659 00000000000000000b31d4d637e7437798f9c8da3fb5cc70c0e3aa9c9b26ff3f 262 0.14/1.00 vMB 27
303,658 303,658 00000000000000004a068ec53daf0350e4a6f89fdd0394370513920d8da7389e 435 0.30/1.00 vMB 24
303,657 303,657 000000000000000044e068aac51ddcafc27796dde120b788401593ead6ecf410 256 0.10/1.00 vMB 41
303,656 303,656 000000000000000051315137510b38c0025f9fb3fdd45b9298556f1fe1fd7e87 896 0.57/1.00 vMB 28
303,655 303,655 00000000000000006499f6891c7f34a8f9d306075b5d04635617dbbb5ab4a51c 577 0.25/1.00 vMB 36
303,654 303,654 00000000000000000d6f4b468261d83207e35e7ecd073ff579b93073c55992b1 35 0.02/1.00 vMB 25
303,653 303,653 0000000000000000609f4a4d3f265ed0f1611304a8d34a5b769f430cd8b272c3 43 0.03/1.00 vMB 26
303,652 303,652 000000000000000039d5d23aa084df386356a2d7d0f043e1e313c0b71b0aee99 64 0.03/1.00 vMB 30
303,651 303,651 00000000000000000d2c87a0298f902259e96d31860b257947b53444318c352a 53 0.02/1.00 vMB 23
303,650 303,650 00000000000000001425ab55fab8f14195598eefe132e0b2538071d8f0ef9fc0 367 0.22/1.00 vMB 41
303,649 303,649 00000000000000005b8be793ba37b3988e15b974751cc12a2f7a4a944a884991 193 0.10/1.00 vMB 34
303,648 303,648 000000000000000051bdc38c34d4688d5414ff76b0488dff0c062d531f8ce1c2 219 0.15/1.00 vMB 27
303,647 303,647 00000000000000003d3bb5349cbe347eb5f7d673468ffbc716aeec3046b6adf9 69 0.04/1.00 vMB 30
303,646 303,646 00000000000000000247e5c6a4907a5af664d7267141c2ef69aca87e63b29e40 136 0.08/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.31 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: 659.27 GB
    • Received: 14.60 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.