Loading Tool

Explorer IconExplorer

Memory Pool

81,752 transactions
30.98 vMB
0.11551254 BTC
Random Selection Loading Transactions
Max Size: 185.39/200 MB

Candidate Block

Mining Attempt 2f5aaef479a04876e37369f6742874425accc2f9418691e5755e05002651132f
Version 20000000
Previous Block 00000000000000000000b8bb4db39a0e97c8954f43fc10a0b1b8a513d2398ed1
Merkle Root 89687960e9bfc42a4c3d465fe6d7a7542a1b0ffa3d97f3d7eb420bfd687221e8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,424
Size: 1.00 vMB
Total Fees: 0.03292802 BTC
Feerates: 101.42 > 3.30 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,150 (396,638 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
518,512 518,512 00000000000000000001e1abd355537a682077888af60b4c0baca34be826663b 2,607 1.00/1.00 vMB 29
518,511 518,511 00000000000000000011ee8ed11ec91c4bf26229e9f439681480f495136c262a 612 1.00/1.00 vMB 3
518,510 518,510 0000000000000000002d6acfdcf85a7727ab58ee7f8716402f56b24bc9f30a2a 1,813 1.00/1.00 vMB 10
518,509 518,509 00000000000000000012755db71c84c2aacd77ab2421287d73ba0efcd35a4a94 2,210 1.00/1.00 vMB 35
518,508 518,508 000000000000000000190b7746a928ceaf7edeb6ae1b5225353a95d77bea0656 2,152 1.00/1.00 vMB 16
518,507 518,507 0000000000000000004908449d2bbcbbdfec4a20daf0d9fadab56380667f6871 2,112 1.00/1.00 vMB 17
518,506 518,506 000000000000000000297e179507b49f48bc1e1e1c1d919722ba6c51dd90b9ad 1,422 1.00/1.00 vMB 15
518,505 518,505 00000000000000000006e3c4f311ebb3780ecd1794a10ea2c077f4447f7f11f7 2,387 1.00/1.00 vMB 10
518,504 518,504 0000000000000000000f578eb8fad91dd8892dea7426fda4d6637f93f80e80e9 2,674 1.00/1.00 vMB 34
518,503 518,503 000000000000000000295fa19c97d2d6252f7670e41a146ca4fee6dfbd675e5d 1,942 1.00/1.00 vMB 29
518,502 518,502 0000000000000000002440626f17e0966235e0c7d4b5e40433274b786d69f4f9 917 1.00/1.00 vMB 10
518,501 518,501 00000000000000000008530314ea26aac04ad0b2b5595c69e2d2f2d18c1d7fbd 1,564 1.00/1.00 vMB 21
518,500 518,500 0000000000000000002deaa05c9c7709748e10f47ba8754cbc4d019e49dea1d6 1,959 1.00/1.00 vMB 9
518,499 518,499 00000000000000000012f9730cb0b4ad4cad92cd4a56085091170a01ec51a22f 2,335 1.00/1.00 vMB 27
518,498 518,498 0000000000000000000d2e7c01923c8d867c86fabfaf7f131aeaabc9f3773867 2,781 1.00/1.00 vMB 33
518,497 518,497 00000000000000000016c5e6cf57157e46951c85d125c5c733558a00505877e7 2,573 1.00/1.00 vMB 17
518,496 518,496 00000000000000000045927615fc2d774578106030144d62224c6c8c883650d0 2,115 1.00/1.00 vMB 11
518,495 518,495 000000000000000000374d6894f99187bca9b10d61f96976caeef5f70c144ecf 2,298 0.99/1.00 vMB 26
518,494 518,494 0000000000000000000328c28785ede49fc0b25d21722b67fe7d0b25a12dc597 2,652 1.00/1.00 vMB 37
518,493 518,493 0000000000000000003bf70b71b613ee82c53175f8c940772dfff9b6de75a55d 2,541 1.00/1.00 vMB 51
518,492 518,492 000000000000000000048981c5174773ac73351add66887fe5e75db3961f9399 2,274 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.65 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: 672.94 GB
    • Received: 16.33 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.