Loading Tool

Explorer IconExplorer

Memory Pool

40,166 transactions
27.74 vMB
0.06841311 BTC
Random Selection Loading Transactions
Max Size: 142.21/200 MB

Candidate Block

Mining Attempt 4ea7fd8e71afb1d9e34061b17e79b5f478df20b0c59abcc1cca76b325897dfc1
Version 20000000
Previous Block 000000000000000000018167fb0d67da764ebb58599678ecc8c26a00688f59da
Merkle Root 1c37c8818c5d537f1b762f3656ba41c3290c55c209b144e04e3a74c2a77ccb32
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,869
Size: 1.00 vMB
Total Fees: 0.01543343 BTC
Feerates: 101.49 > 1.55 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,645 (416,222 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
498,423 498,423 000000000000000000609325e505e131ae8073740b3fbd1870a4b0e2642b9545 2,841 1.00/1.00 vMB 405
498,422 498,422 0000000000000000005ba18fca3e9da948bf833b7676508fb383ad207cd7f1ec 2,596 1.00/1.00 vMB 428
498,421 498,421 0000000000000000005799f1528fe4a21910ca23939fc332c919a409fbe0b20d 2,554 1.00/1.00 vMB 408
498,420 498,420 0000000000000000005d7ae46d0dedbe6ef806ca77e40566a59d320b4cb98a8b 2,417 1.00/1.00 vMB 457
498,419 498,419 00000000000000000053b6d61a8d8749473be6e2b4eb167514ab5081ef08d675 2,864 1.00/1.00 vMB 478
498,418 498,418 0000000000000000004a8c9cea39e93d4524563a9616baa5e16cc2e1fedceb3a 2,043 1.00/1.00 vMB 424
498,417 498,417 00000000000000000005b1db924868d74d26b17886cccc3cc3cc7e838d815b10 2,536 1.00/1.00 vMB 494
498,416 498,416 0000000000000000006e3a5e7383f6ea0ba06bf01452adf89143618a0952b2da 2,238 1.00/1.00 vMB 431
498,415 498,415 0000000000000000002a000614c23a2bd77dbd42c80add9d76bd3922df1fa43d 2,816 1.00/1.00 vMB 467
498,414 498,414 00000000000000000096bb48a3a60cb72a758bdcf807a32a02e99cb55a849206 2,492 1.00/1.00 vMB 180
498,413 498,413 0000000000000000006e22a21fc877be54a9f9ab4f72c32caa9aeccb3a1c9219 2,669 1.00/1.00 vMB 413
498,412 498,412 000000000000000000367ef39ceab43d37db72465add8f1aec5adf62f56a30fe 2,659 1.00/1.00 vMB 462
498,411 498,411 0000000000000000006e0de1776f439639421fd7684e16e3ae0446b759f177ab 1,703 1.00/1.00 vMB 203
498,410 498,410 00000000000000000044746e1fc4667ac2173a671c8cb6e4ea431f30d3cf17ae 2,462 1.00/1.00 vMB 257
498,409 498,409 0000000000000000009ecd4757ec8c978360818c251b53394eab60c59f72f9a3 2,059 1.00/1.00 vMB 211
498,408 498,408 0000000000000000001757775a07071ee3bb02836d78af63a31cb13f7456a05b 2,745 1.00/1.00 vMB 353
498,407 498,407 000000000000000000817014d9b020715ea313bb04f2946a02942237007f17c2 1,914 1.00/1.00 vMB 430
498,406 498,406 00000000000000000054915bba1b88ed0f111ddd1d42ca984726c7b87b553257 2,756 1.00/1.00 vMB 478
498,405 498,405 000000000000000000aab807a08a4c29f37363af9bdbfb9ba32cb82b515a17a4 1,840 1.00/1.00 vMB 208
498,404 498,404 00000000000000000049e7ce39d3f8e7926368c25b6f434faa3158a5b5bfd43d 2,528 1.00/1.00 vMB 280
498,403 498,403 00000000000000000020cae2a3e40639d463d244a4c43762d387003b7ef80d39 2,205 1.00/1.00 vMB 313
Previous 10 blocks ↓
Total Size: 781.76 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: 632.50 GB
    • Received: 12.12 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.