Loading Tool

Explorer IconExplorer

Memory Pool

72,013 transactions
27.30 vMB
0.07291814 BTC
Random Selection Loading Transactions
Max Size: 164.97/200 MB

Candidate Block

Mining Attempt 18c8ae59b8c6d772b47a5fbede9b6ec4306fae0d35175a1e918bec4ee53b2b05
Version 20000000
Previous Block 0000000000000000000168c69c0ca71f33f06f795a51a274dc96cdba2a6216f0
Merkle Root d4d60f3e242c5ab8d3aef47436c8327fa5a92d14fd91f7b6b1e9747fcc55e5bf
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,224
Size: 1.00 vMB
Total Fees: 0.01420446 BTC
Feerates: 322.65 > 1.42 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,565 (821,471 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
94,094 94,094 0000000000001cd4d152b816e93ea87924d75a7916bfea7a11f031f36e64dcf9 2 0.00/1.00 vMB 0
94,093 94,093 00000000000495dcd3d348ccabd583b13249b1bcb3eeeff96dc9712b5be9c78b 3 0.00/1.00 vMB 0
94,092 94,092 000000000005f51c386d5c54ed6cd227c3519f7c532a35af1a794efb2dff3420 12 0.00/1.00 vMB 0
94,091 94,091 000000000003db93e32ef7cad0bdb757ef2cb0ec4c2a434ccfc7c7de7c9f325d 13 0.00/1.00 vMB 0
94,090 94,090 000000000008cf13f46e37010401cea64fa89bcfea09d5197d1dbafb993d69df 1 0.00/1.00 vMB 0
94,089 94,089 0000000000054f18b988b384e482f5ce6815a903c08f0723ac579e762013a7fe 4 0.00/1.00 vMB 0
94,088 94,088 000000000008eb5088ee464c4b287ad8da3aa788199c4206f467e29593dabd3f 1 0.00/1.00 vMB 0
94,087 94,087 000000000004a99cb320f5c75bfb646d0f7a961dee328b39e90302c460c47c5c 3 0.00/1.00 vMB 0
94,086 94,086 000000000003c101b1bb7ccbe7d676788cc4be693d9ce6329938de58f7cb4fd4 2 0.00/1.00 vMB 0
94,085 94,085 0000000000038054c6d71fb42397bd2f95c9dd81e42b5f6acb40f23d58a5fd87 2 0.00/1.00 vMB 0
94,084 94,084 0000000000086f2fc1b63e045c2d63566c04e998ca0dec3ae6061c5ff4d340b5 1 0.00/1.00 vMB 0
94,083 94,083 000000000002b61125d80300e2c910a506bc196767ca539cdf2352b9428aa691 1 0.00/1.00 vMB 0
94,082 94,082 000000000007ae955bf6112f11284da1afd3b1e26cfd8557366239d1259e4f88 1 0.00/1.00 vMB 0
94,081 94,081 0000000000053c0575b9b14390fe8d56b33e9dca5103767eab07271a3c433d47 1 0.00/1.00 vMB 0
94,080 94,080 00000000000198ed3add91413ac0000cdeb70be0003f255d664f43125d7a1307 1 0.00/1.00 vMB 0
94,079 94,079 0000000000092b9302f5ec14f8c8d917189addfe6f7ab745f6a62090339865be 4 0.00/1.00 vMB 1,128
94,078 94,078 0000000000000c7e7ede0e2bc7b5bc2fa7508bc278b92f5ae427376ef2cdc06a 1 0.00/1.00 vMB 0
94,077 94,077 00000000000721b84945c75a658f794b91d97b14c2ab63091358be74d73c1f4d 1 0.00/1.00 vMB 0
94,076 94,076 0000000000017fa4bfa2e42a80499ac873bf59c4f020be79a4111f554388d9ef 2 0.00/1.00 vMB 0
94,075 94,075 000000000007f9f98710a293797fefdbcaf09ceeaa1ddaa9f4a066ebe3635664 2 0.00/1.00 vMB 0
94,074 94,074 0000000000064bfe28c0b248aa92f7f47bf5a4021a08199bbe28ff18cd56a263 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.37 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: 768.67 GB
    • Received: 19.63 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.