Loading Tool

Explorer IconExplorer

Memory Pool

40,067 transactions
27.05 vMB
0.07612965 BTC
Random Selection Loading Transactions
Max Size: 140.08/200 MB

Candidate Block

Mining Attempt 140b460a6cfb34ae83477b71f877872c5f72679a1714cf021f698ed071f5d116
Version 20000000
Previous Block 00000000000000000001bb61480f3acfb38c91942ee0224968a6552800d0bad8
Merkle Root 1ab27eb860d5bfa29196738b477b133d26d433b2c807a7258af0c0a150aa01e7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,084
Size: 1.00 vMB
Total Fees: 0.02208895 BTC
Feerates: 201.37 > 2.21 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,681 (439,122 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
475,559 475,559 0000000000000000001a793279ef9393fc6736d205eaa46dcb38bab1712eed77 2,376 1.00/1.00 vMB 215
475,558 475,558 000000000000000000aa08a5b878cb94c69dde35d4eca7302b24b4d6b18b8989 1,927 1.00/1.00 vMB 140
475,557 475,557 00000000000000000066236cbd76eebd3a262de7b815505bee69fe2855b27636 1,572 1.00/1.00 vMB 281
475,556 475,556 00000000000000000093f02cd828fb9283978850f450213711391aa65524eff6 391 1.00/1.00 vMB 35
475,555 475,555 0000000000000000005d2a6f80a9e0190b94020d2394b0b2d69936a59e60a0a3 1,488 1.00/1.00 vMB 123
475,554 475,554 00000000000000000182d15b62afd06d46e1dc393fc9fb9d892fff76b71704f3 1,373 1.00/1.00 vMB 61
475,553 475,553 000000000000000001123a07620de73d31016cbb5b0de91c6eab21771643b2a3 1,777 1.00/1.00 vMB 50
475,552 475,552 00000000000000000177df13e399afa32560eb0f0e0e21a07fcf1f5b45c9d735 1,703 1.00/1.00 vMB 101
475,551 475,551 000000000000000000f1202d9b99b08bcb1be0118970fa26765aa5eaad637f87 1,927 1.00/1.00 vMB 124
475,550 475,550 000000000000000001622e4d1d213a2de83e45dd262a0793d195e6c1d44d8d65 1,852 1.00/1.00 vMB 33
475,549 475,549 00000000000000000166223a0977d790f47efa51f1225fb2248da99438432f87 2,454 1.00/1.00 vMB 233
475,548 475,548 0000000000000000012a1ab137ec9bdcde103d405eb3d0c6c1054710c29660ab 1,778 0.87/1.00 vMB 107
475,547 475,547 0000000000000000016cf2f787c6efd38503b63ad7d2207985b61b2283dcfa43 2,168 1.00/1.00 vMB 158
475,546 475,546 0000000000000000004c876b012808f2681a2b8e2f8a726b2686567168898228 1,566 1.00/1.00 vMB 206
475,545 475,545 000000000000000000a3aed6e8eb13e572c4e70c83fa1e3a9f450230823faee2 488 1.00/1.00 vMB 136
475,544 475,544 0000000000000000016213f883a12c74d331e8c73833a151292535e428a083ee 1,124 1.00/1.00 vMB 182
475,543 475,543 000000000000000000890903c51e02185612d77aae60f812a9cc4f68ce31ebce 1,668 1.00/1.00 vMB 215
475,542 475,542 00000000000000000124f80e20c11da9cdf7d7106720ff0a29e6ae3cf1ae4aea 1,535 1.00/1.00 vMB 191
475,541 475,541 0000000000000000000e066d15f2599306c76e9563380678b5cf0e6e13e7e49b 2,063 1.00/1.00 vMB 280
475,540 475,540 000000000000000000590f81effc9c00196a2bd397c4af527ef7da850a0db287 1,867 1.00/1.00 vMB 178
475,539 475,539 0000000000000000014b66a862f06cba99b435d3c6b3d30785b652b738419efb 1,218 1.00/1.00 vMB 231
Previous 10 blocks ↓
Total Size: 781.83 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: 636.65 GB
    • Received: 12.38 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.