Loading Tool

Explorer IconExplorer

Memory Pool

44,647 transactions
28.16 vMB
0.06398693 BTC
Random Selection Loading Transactions
Max Size: 149.50/200 MB

Candidate Block

Mining Attempt b9c224a2632082c1f45a03128de49133e8d3c3a37cbe80b8dc74f192c11e4e0a
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root f98bf70b372b450c1a4c60dbcd7b92e57c2ca3846221c0cb62a3a4b12f3d50a1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,148
Size: 1.00 vMB
Total Fees: 0.01099087 BTC
Feerates: 110.38 > 1.10 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (461,358 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
453,494 453,494 0000000000000000025c930c7820f970682c5b7fcc307fa49ebbfc8cc9800163 2,062 1.00/1.00 vMB 118
453,493 453,493 000000000000000002054157bd79d254dc97ebd478e3819d5dfb367885cfa596 2,221 1.00/1.00 vMB 124
453,492 453,492 0000000000000000022e51737261f07d716fadc5de4a60ba1c6ed5bea8c6b534 2,676 1.00/1.00 vMB 160
453,491 453,491 000000000000000000e0798b4aaa69284af1058c4b95e46e326b00ff13be5e8f 2,808 1.00/1.00 vMB 212
453,490 453,490 0000000000000000028e3b0f90f4a6a2db98123677238579df41b66b7a494949 1,625 0.63/1.00 vMB 136
453,489 453,489 0000000000000000005ea734d93e8ecdf7bbcb6c6f209efd2a25f19dab5f61d9 2,687 1.00/1.00 vMB 82
453,488 453,488 000000000000000001df581fc437ca28ffd5d82994282aafdb19a43c6fdccc47 2,524 1.00/1.00 vMB 88
453,487 453,487 000000000000000000809e144e80ebd38f33ac14f2202fb12ca188db6479cd5c 2,165 1.00/1.00 vMB 122
453,486 453,486 000000000000000000f674271b6473ac36d1054afbc8a40d6006c9ce99542143 1,328 1.00/1.00 vMB 78
453,485 453,485 00000000000000000077cf86f54da44e0e7d15e304bcbb1a1be3a966725d241b 2,011 1.00/1.00 vMB 93
453,484 453,484 000000000000000000a9fab57e4cb02ceb5fce92118f4be1d540b71284210a40 1,297 1.00/1.00 vMB 86
453,483 453,483 000000000000000000a51375b25dac10680a0785ccd03e6f084b4ee24965ed47 2,328 1.00/1.00 vMB 147
453,482 453,482 0000000000000000018757909379275098cdddc487a7269016d06e2a4e8e0901 1,589 1.00/1.00 vMB 108
453,481 453,481 0000000000000000025931741358a381a8f1c6b25007837558e000011b9684d5 2,336 1.00/1.00 vMB 177
453,480 453,480 000000000000000000833b475bafec2ba18004a3a2fd3242fdf7718ab1159a2c 2,067 1.00/1.00 vMB 140
453,479 453,479 000000000000000001ea5c33fcdae7a274de8cbbe3264553740733e76e07dae6 2,330 1.00/1.00 vMB 155
453,478 453,478 000000000000000001c4984306153b93ccc027b693289791cef818706a71cace 1,679 1.00/1.00 vMB 121
453,477 453,477 000000000000000001bc4ada0eb4a28523a1279747bb1e456ef27b385a217e1b 1,709 1.00/1.00 vMB 111
453,476 453,476 000000000000000000a2296f9209b543e94626d2aa06319d48cf05c314ef5125 2,173 1.00/1.00 vMB 147
453,475 453,475 0000000000000000021601274aafb4c21946631cd4875a7d2ce8af2a59f91edf 1,894 1.00/1.00 vMB 123
453,474 453,474 00000000000000000109f13f47f4bf91432b09144a300d62bb4ea56ffcec5514 1,623 1.00/1.00 vMB 209
Previous 10 blocks ↓
Total Size: 782.13 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: 652.36 GB
    • Received: 13.74 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.