Loading Tool

Explorer IconExplorer

Memory Pool

76,540 transactions
29.83 vMB
0.09046562 BTC
Random Selection Loading Transactions
Max Size: 174.63/200 MB

Candidate Block

Mining Attempt 8b69697b1daf5ebd24f76b3f0ef519fb76bd1235a078478f3cebff86a3b0522f
Version 20000000
Previous Block 000000000000000000000bcdda90aad21da2c4fb6d5c8b9804ee1aa0df340738
Merkle Root 3a5d9e52672dd593f781ae1a7807726c5295b9a573dcfc59f74d78a49d4b7c8f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,727
Size: 1.00 vMB
Total Fees: 0.02450828 BTC
Feerates: 201.50 > 2.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,057 (50,889 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
864,168 864,168 0000000000000000000123dc9f98c21737e0d10bf393dff1b8624ab45710ceb2 1,929 1.00/1.00 vMB 2
864,167 864,167 0000000000000000000316aa5079c199c6cd6116a676bfe231c3eebf25cad16a 1,709 1.00/1.00 vMB 3
864,166 864,166 000000000000000000011ad5f8d4181ba4d49e78c43d2a0683043eb0604397ab 5,921 1.00/1.00 vMB 3
864,165 864,165 0000000000000000000117f574f54e2990a371067722ce646c21e38746b11d08 5,100 1.00/1.00 vMB 4
864,164 864,164 000000000000000000000db9367f6f7a42391f08431fea41adc050eb729df1c7 4,040 1.00/1.00 vMB 2
864,163 864,163 0000000000000000000008d5af4a29ff4398ac6cbc3105fd70971d40e52bbc12 4,095 1.00/1.00 vMB 2
864,162 864,162 0000000000000000000035c59dd402bca0cd67ac0a7327566d06f984ea9992d3 958 1.00/1.00 vMB 2
864,161 864,161 0000000000000000000084ccbaa141cc0936053114e3f4665dce771d5de4f672 1,995 1.00/1.00 vMB 3
864,160 864,160 00000000000000000000c137e644507d4642d0d93e16c52a39eab80cb47bafb9 1,352 1.00/1.00 vMB 2
864,159 864,159 00000000000000000000c6cd1e2095bd9eb2c88283a0dc0b73ee3b54ba20aa7a 1,984 1.00/1.00 vMB 3
864,158 864,158 0000000000000000000235695985e5a5f27861c9fe8ad519740f9835123cf429 3,092 1.00/1.00 vMB 3
864,157 864,157 00000000000000000003280206e7cdb088ea33332073eef6e61dd60e6fe9c546 692 1.00/1.00 vMB 2
864,156 864,156 0000000000000000000312f90c5c7798bda3be4e5a272da7b10c2b6a3877b532 2,754 1.00/1.00 vMB 4
864,155 864,155 00000000000000000000472fab50522ad23564c42a9f94e1a3eddcc3a7ccdd5a 1,910 1.00/1.00 vMB 3
864,154 864,154 000000000000000000017c85ea5ce33b2adecc4ee6eca69e50fc1d307bf5d152 2,699 1.00/1.00 vMB 4
864,153 864,153 00000000000000000000030b706b98de3ab964946e377b1f40bd71b94b5d4428 1,618 1.00/1.00 vMB 4
864,152 864,152 000000000000000000026d95731b4578415d9b1acc41e8d3390856c212815072 3,117 1.00/1.00 vMB 5
864,151 864,151 00000000000000000000e4305792909b445ca36140d3c6e5844632dcfc32bd36 1,842 1.00/1.00 vMB 6
864,150 864,150 00000000000000000001bd01043066881ed4dd6e520f0b0b93c51eed0f69c4d7 2,851 1.00/1.00 vMB 12
864,149 864,149 00000000000000000002023ec244387f90a3bd38bc506feebda936f2e4b09dc9 3,295 1.00/1.00 vMB 10
864,148 864,148 00000000000000000002eb70287e9634746e543dcf8e9eea3d2bcef9d642c7fb 2,486 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.49 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: 668.27 GB
    • Received: 15.46 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.