Loading Tool

Explorer IconExplorer

Memory Pool

72,516 transactions
28.08 vMB
0.06831318 BTC
Random Selection Loading Transactions
Max Size: 166.48/200 MB

Candidate Block

Mining Attempt 893a0231e738d2c893858a755978d9e6cee16f0eacd65e3e0cb4c88f9aef08db
Version 20000000
Previous Block 00000000000000000000f8e5ceecb61863cf986472f3f497521e70a33dcb2b9b
Merkle Root 582d5e0b1fe3fe20e751c6a4f3b99545930e4b576f56261d7c8a4e46155fbdf3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,400
Size: 1.00 vMB
Total Fees: 0.01222378 BTC
Feerates: 155.87 > 1.22 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,037 (374,154 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
540,883 540,883 0000000000000000001823e8cf82d84e7e23de6f20459c130c73314d7ca542c9 1,068 0.38/1.00 vMB 28
540,882 540,882 0000000000000000001081e1551ec10616d4116a9fa9945231ed7f9b9c2648f9 30 0.02/1.00 vMB 7
540,881 540,881 00000000000000000007b0b9a782c9899bbc681fada6ed6b002523615d1084e6 6 0.00/1.00 vMB 4
540,880 540,880 0000000000000000002197902118e7564756f255af6a406ef638b2c5e6b4f4c4 1,488 0.67/1.00 vMB 10
540,879 540,879 00000000000000000022d832ee38c54d54950da04f195be8d5fcf73b1a319618 1,149 1.00/1.00 vMB 3
540,878 540,878 0000000000000000000013ca4591daa4cc1e65771319f66758615b7f3cf28e7b 1,092 1.00/1.00 vMB 9
540,877 540,877 000000000000000000006804a402dd8fcaeb423aca8cee5d687a174f774054cd 138 1.00/1.00 vMB 2
540,876 540,876 000000000000000000210ca2ae9b0c1f7e3c4f6a073420104fd6bab91d6e4025 275 1.00/1.00 vMB 3
540,875 540,875 00000000000000000005c471696e96131c28b9cfb552b8b814c1a988b40bff5d 1,768 1.00/1.00 vMB 12
540,874 540,874 00000000000000000008efa7ef49e02ecadd19a8bc6ff36e186ab52723096b69 1,181 1.00/1.00 vMB 7
540,873 540,873 0000000000000000001ae2374ceb91553f3115ad530e73e127ae80e171f504bf 1,115 1.00/1.00 vMB 10
540,872 540,872 0000000000000000001426f43c968b647fbbfe0525e0ac03687b5de0f0665e9e 1,126 1.00/1.00 vMB 7
540,871 540,871 0000000000000000000fd915d5aff7e91326c853c04cfb02f05df5ee86a96cbe 744 1.00/1.00 vMB 6
540,870 540,870 000000000000000000183af0c55abab7c0a38e498b843942784182b57309d14c 1,097 1.00/1.00 vMB 7
540,869 540,869 0000000000000000001730e76ed923350754e145b6b2cb9e98b3b531fb895792 1,677 1.00/1.00 vMB 11
540,868 540,868 00000000000000000003b06e5c1982d7069a48da790c3f4bd505dea4a7cd4192 1,566 1.00/1.00 vMB 8
540,867 540,867 00000000000000000021a8f8e9d29c571f1467762e77715ba324a1c850c139e4 639 1.00/1.00 vMB 17
540,866 540,866 000000000000000000117ab4fbe5a1559b89e7a7f854b63691da3e4d29cfb0c0 893 1.00/1.00 vMB 10
540,865 540,865 0000000000000000000ddc83dd9b8357a0126240d7b9da251463772828a8b411 722 1.00/1.00 vMB 10
540,864 540,864 00000000000000000004c3fa32a3d6ec06443532fcb2649551d41695ee8f0753 1,523 1.00/1.00 vMB 7
540,863 540,863 00000000000000000014ebec744dd7a5024e9f0503fd727ed658ae1e6c6cc4fe 2,732 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.46 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: 667.67 GB
    • Received: 15.27 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.