Loading Tool

Explorer IconExplorer

Memory Pool

43,828 transactions
27.39 vMB
0.07120318 BTC
Random Selection Loading Transactions
Max Size: 143.69/200 MB

Candidate Block

Mining Attempt 5e46286e69a5cd22029cbebc4c703b6d66d6716fec7270575b33afbf72543e07
Version 20000000
Previous Block 0000000000000000000016a2e4f654442fd3c68b01796737d538082af92a4f49
Merkle Root 55be2a7de6b2dce65ba2a7d4d14f530955118e740e9b19f6e7b083949b4e104a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,985
Size: 1.00 vMB
Total Fees: 0.01984088 BTC
Feerates: 298.50 > 1.99 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,920 (270,645 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
644,275 644,275 0000000000000000000783b0ee703e1d3b4fa10babcfc96f6065557768065870 2,520 1.00/1.00 vMB 146
644,274 644,274 000000000000000000084ff09d49edac9ecaf22be6918aba994fe56bb4f85465 2,489 1.00/1.00 vMB 120
644,273 644,273 000000000000000000102b3971c9226e00a41c1ef7a804a648bd168214f19d9b 2,428 1.00/1.00 vMB 60
644,272 644,272 0000000000000000000574b770cf3a763968335088d8b590543060ed6e48048f 2,126 1.00/1.00 vMB 35
644,271 644,271 00000000000000000009bc33fc10939f45edbdaed324ac883b187eea5411b34f 2,517 1.00/1.00 vMB 73
644,270 644,270 000000000000000000039c2c8a89b8af5cd024203e1e9ad8f6da2be3142491e1 2,498 1.00/1.00 vMB 76
644,269 644,269 000000000000000000036ed65da3e0700f211eba36a77e729b4be79b1255e082 2,590 1.00/1.00 vMB 63
644,268 644,268 00000000000000000009806e5055edc477c42f23946be862588b2aa8d01f1d7b 2,823 1.00/1.00 vMB 63
644,267 644,267 00000000000000000009ba3dadc063cd71fdf823099fa3c6095ead9088df6177 2,844 1.00/1.00 vMB 81
644,266 644,266 0000000000000000000084b43efc9f58d2ff9bc0f888b03fbb85e7efa0ac44f8 1,670 1.00/1.00 vMB 116
644,265 644,265 0000000000000000000686813afbc01ac3518bc0889e91559d7aa0be26d5442c 2,358 1.00/1.00 vMB 116
644,264 644,264 00000000000000000005358f3616cd12df465656ef10c6d04d0ba77d9f7c5794 3,120 1.00/1.00 vMB 143
644,263 644,263 00000000000000000002e772f6eeb6b3c7ec8e29168ea7eda5cc1fc70f897dfd 2,852 1.00/1.00 vMB 78
644,262 644,262 00000000000000000001863c60288bdcb54eb1e028faf0444996e62e793d333e 2,481 1.00/1.00 vMB 118
644,261 644,261 0000000000000000000e7bcc428e18f306252d238d2e03f570afda094da71797 2,989 1.00/1.00 vMB 138
644,260 644,260 0000000000000000000fb0dd2948458335a4233d744835414444f14839a3e6cd 2,583 1.00/1.00 vMB 104
644,259 644,259 0000000000000000000adf148a16257739bffb5da2c3f6174afb670d011c602c 2,541 1.00/1.00 vMB 107
644,258 644,258 0000000000000000000f9ef7bf52aebf90db12224f36574881fa6e1af08d7c71 2,454 1.00/1.00 vMB 117
644,257 644,257 000000000000000000064e711e5b443f175560cb61b8f44777bcc4b7b2461b01 2,483 1.00/1.00 vMB 118
644,256 644,256 000000000000000000062ab2feacb36e7f480c1e03c7cec8130db45a47637736 3,088 1.00/1.00 vMB 148
644,255 644,255 0000000000000000000b4d3e5c9600780960a9266fb83e50d2a811d4c08de5ce 2,043 1.00/1.00 vMB 98
Previous 10 blocks ↓
Total Size: 782.25 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: 655.38 GB
    • Received: 14.29 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.