Loading Tool

Explorer IconExplorer

Memory Pool

40,177 transactions
28.84 vMB
0.06656485 BTC
Random Selection Loading Transactions
Max Size: 146.91/200 MB

Candidate Block

Mining Attempt 59b0f3834aba2624751bbdfb6a076392820421d4ee43f402679f406400ef94ee
Version 20000000
Previous Block 000000000000000000003865ac48ae639e8f23f850323c9d269a21eb4f7c6efc
Merkle Root 6df4e31e24328a718f9f12f60141b131ce9198b63d214b84d403858e6ff33c14
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,260
Size: 1.00 vMB
Total Fees: 0.00932014 BTC
Feerates: 101.61 > 0.93 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,536 (445,845 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
468,691 468,691 000000000000000001a234f3becc68df32e88144890bc88aabffce209d07c763 1,949 1.00/1.00 vMB 300
468,690 468,690 0000000000000000004a5331982924bdbc17b20a2003add562bab176b788c248 2,925 1.00/1.00 vMB 316
468,689 468,689 0000000000000000011921eb2574723c6b627ae7f54bba199332c6c652b0816f 2,503 1.00/1.00 vMB 335
468,688 468,688 000000000000000001bd9510f0a0dde1913e57ebc94d806d0a94f0e64f1d8d10 2,734 1.00/1.00 vMB 360
468,687 468,687 000000000000000000e7796bdec42091d5e8c6b76ffb8272ced221f6a32b9241 2,609 0.99/1.00 vMB 342
468,686 468,686 0000000000000000017f9ab4f909b336cf24ebf625801a19483b55d9700546b7 2,281 0.99/1.00 vMB 357
468,685 468,685 000000000000000001323f63437503752ecef1ecf046e9c7b3a8fd2c5d1d738b 2,778 1.00/1.00 vMB 408
468,684 468,684 000000000000000001853a7c8998c56362e4dee2d4bbfd940ef0a1e7c4cd490c 1,657 1.00/1.00 vMB 324
468,683 468,683 00000000000000000025df949b28ff431cf97c194dcf662426d9681e7caeaff8 1,966 1.00/1.00 vMB 372
468,682 468,682 00000000000000000080b0269f8065cfe6d98bd9f807326a90c494b1d8bb023e 2,370 1.00/1.00 vMB 319
468,681 468,681 00000000000000000076df9166cb8b6472c19f9517c35639de624fc2d73d2d66 2,745 1.00/1.00 vMB 334
468,680 468,680 00000000000000000016d364ff75bf2532e4359ab5250123764bee09a039916e 1,620 1.00/1.00 vMB 362
468,679 468,679 000000000000000001d2c9804eae52633046c7226d1b1d8de5ce4c4de3d02c69 2,151 1.00/1.00 vMB 390
468,678 468,678 0000000000000000011a6c5ea280b5a93590c9358aa0f759cbf018373baf5d6d 2,260 1.00/1.00 vMB 414
468,677 468,677 0000000000000000019f94730f5fe6b44660b0c27930a7aabddad820bfb68f2c 2,451 1.00/1.00 vMB 364
468,676 468,676 000000000000000000a23ad25e6aad0dbef7ac030200f35444ec061429065bf0 2,389 1.00/1.00 vMB 347
468,675 468,675 0000000000000000017122655dd5a02064fd6169259ac2eb40b9ef7572b717b4 2,747 1.00/1.00 vMB 316
468,674 468,674 0000000000000000002cf87244d5363048392c6eef902fec90410e5c2d15e749 1,839 1.00/1.00 vMB 308
468,673 468,673 0000000000000000003732bb4ad3a42b179783ca31b3a91dd2e5794d99e476d7 2,189 1.00/1.00 vMB 334
468,672 468,672 000000000000000000f1b45b4a2b9a7e23c6a33dfe4f8a27cc8ed4b1ccba6241 1,340 1.00/1.00 vMB 343
468,671 468,671 0000000000000000003cf270cc3682c1bf16ddc851b552030423864a73414654 2,207 1.00/1.00 vMB 416
Previous 10 blocks ↓
Total Size: 781.56 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 622.20 GB
    • Received: 11.31 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.