Loading Tool

Explorer IconExplorer

Memory Pool

46,276 transactions
29.07 vMB
0.13785742 BTC
Random Selection Loading Transactions
Max Size: 153.89/200 MB

Candidate Block

Mining Attempt d2a2a87517ae4483d3db0104ebe4345c750e5d2c4fb412c96cf7043ec235a934
Version 20000000
Previous Block 00000000000000000001b7fed1570278bf53c34ddd10975046ef0611921f9718
Merkle Root 2284059d06bc407b7e16f72905a20d12ed2f7cd1cb7696eb366bd449c396e1fe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,935
Size: 1.00 vMB
Total Fees: 0.07955544 BTC
Feerates: 502.67 > 7.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,809 (21,089 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
893,720 893,720 00000000000000000001871aaa1bb440f018eb6721e4fea0fe0e9c941c40bb6a 4,272 1.00/1.00 vMB 14
893,719 893,719 0000000000000000000142d02b2da5839fb2e5da936d0174cf6dd21af93efd9e 4,522 1.00/1.00 vMB 7
893,718 893,718 00000000000000000000baabdbabfbef0159052c15357abc655f9594a2b0c3d5 4,364 1.00/1.00 vMB 3
893,717 893,717 000000000000000000005f5d8d8590487ac9b40602b27df003a965888ad3c0ab 4,469 1.00/1.00 vMB 3
893,716 893,716 000000000000000000023ddaa8f584a261322f22537f19c673e362399fd35631 4,872 1.00/1.00 vMB 6
893,715 893,715 000000000000000000003b64896b5b449066ffa75efa4aec34ef1e0d6a8f4c5d 4,264 1.00/1.00 vMB 6
893,714 893,714 000000000000000000018f8e66cefeda168aa1ed8033df425093216723c0b5d1 3,338 1.00/1.00 vMB 6
893,713 893,713 000000000000000000010997aa42afc93af1009563ce18f863209c920dc659f0 4,080 1.00/1.00 vMB 7
893,712 893,712 0000000000000000000078afe8e88f2581ceea4c076215c4c573522270313f20 4,064 1.00/1.00 vMB 7
893,711 893,711 0000000000000000000201acd24ab803b9ed10b0c7b7c1ddf7ac8326aad2cd11 3,417 1.00/1.00 vMB 7
893,710 893,710 00000000000000000001c344ab5c863a15c5dcb31c7bd83d1ea100d7ccba7ad8 1,181 1.00/1.00 vMB 2
893,709 893,709 000000000000000000004d3a7b800e692cbd3e1440803ecf587228faf6d8b416 4,597 1.00/1.00 vMB 3
893,708 893,708 00000000000000000001eac18c334b0abedbac81a8c3ad3cd9b72a3431aef9f8 3,916 1.00/1.00 vMB 5
893,707 893,707 000000000000000000005d2715ce190e637cb523c1a582b474573bba0970acd8 4,426 1.00/1.00 vMB 13
893,706 893,706 000000000000000000012f935562513032ae580ddea965a61518592078a8f0be 4,416 1.00/1.00 vMB 4
893,705 893,705 00000000000000000001eb6427cd9faba2c7bfcf6bea75215ad5c982986d20cd 3,862 1.00/1.00 vMB 7
893,704 893,704 000000000000000000017a3623bd7590ecc22ec6248f43e548ef0a43b12be792 4,873 1.00/1.00 vMB 18
893,703 893,703 0000000000000000000148bc32a6cfcae82ed7f972a9393f448c59c6ad185887 4,321 1.00/1.00 vMB 14
893,702 893,702 00000000000000000001e2d36d5eaea3ce19c3cd4158db9eca93b05c841d91e7 2,589 1.00/1.00 vMB 9
893,701 893,701 0000000000000000000111dd5677aba84822f8e468abd0d7a2ad457a1ea33f09 3,579 1.00/1.00 vMB 9
893,700 893,700 000000000000000000016947a1215d2cccb4e3e5a3a238bfd5e3d09a7e6995e2 3,581 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.05 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: 650.90 GB
    • Received: 13.35 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.