Loading Tool

Explorer IconExplorer

Memory Pool

75,990 transactions
29.64 vMB
0.09693498 BTC
Random Selection Loading Transactions
Max Size: 178.79/200 MB

Candidate Block

Mining Attempt 9f5cb0ab1a7a71b5c0368dac938e4fbfffecf81cc5b4c0c6a9035e3c00a06b61
Version 20000000
Previous Block 00000000000000000001a4680f61fa8055c30a8aee518e2366bd68e5b7c97599
Merkle Root a04940cf8ee8ce1b247cac413fd0f0fd6344cb80fb6ff266f7bca52c306e4449
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,899
Size: 1.00 vMB
Total Fees: 0.02824173 BTC
Feerates: 147.99 > 2.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,444 (55,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
860,271 860,271 000000000000000000029b90f4973fac2cf363fb0531fb5309e332cc453801e8 3,802 1.00/1.00 vMB 3
860,270 860,270 0000000000000000000299ef8cf4eddc687ac57d36c0b2bb899e7c9ae0facf86 3,687 1.00/1.00 vMB 4
860,269 860,269 00000000000000000000ec85d70d4dc15bd6327a4d8309ebfccd4b1be4de4e21 3,267 1.00/1.00 vMB 7
860,268 860,268 00000000000000000002975563ed746c62b517d3320c064ebf68e58d93f7656c 6,661 1.00/1.00 vMB 3
860,267 860,267 00000000000000000002356412ae1a6c16518c74de7157e84a542b631814c5d1 5,788 1.00/1.00 vMB 2
860,266 860,266 000000000000000000014207b64e3358b52bab2bceb604bda0e802b7a207dc38 5,760 1.00/1.00 vMB 4
860,265 860,265 000000000000000000029ef0b95006e425128140ca89da34324511cd98d34f8f 6,415 1.00/1.00 vMB 3
860,264 860,264 0000000000000000000143deea82a48d84576c6ff10c575d25f22c4b1cdb344d 6,586 1.00/1.00 vMB 3
860,263 860,263 0000000000000000000270a5a2bd240ad96ae4cb077d6a5bc4c9b20caf323693 5,053 1.00/1.00 vMB 4
860,262 860,262 00000000000000000002cb5215e24f722c74dff82d03cae58bb231ea72cbe417 5,940 1.00/1.00 vMB 3
860,261 860,261 0000000000000000000221c679390054dde8a24a03989712b0739ac4f5310595 7,206 1.00/1.00 vMB 2
860,260 860,260 0000000000000000000204d44573e4fcec3d7cdbcf1cfdcdf53f8c2a4cc2ecb2 7,022 1.00/1.00 vMB 3
860,259 860,259 00000000000000000003036a6fedbcbbe544105ab8336798b3166f9c5491629e 5,310 1.00/1.00 vMB 3
860,258 860,258 00000000000000000002db9bd64ddb686758a310c6000e9fafb9cf03febb8687 6,654 1.00/1.00 vMB 3
860,257 860,257 000000000000000000027bf6a2e3cc83a937c0869c56a0294c5bd3efe0a5c6de 4,859 1.00/1.00 vMB 4
860,256 860,256 000000000000000000008ecf7e6afb26a39797b0beeba9e1d231b78b0c17a26a 3,476 1.00/1.00 vMB 3
860,255 860,255 00000000000000000002441bab582e64dca6c6994fe24327c42ada4e497f54d8 3,786 1.00/1.00 vMB 6
860,254 860,254 000000000000000000027da2cc5bc6666811e49f7fb484cfa1c2b83005c0d44c 2,572 1.00/1.00 vMB 7
860,253 860,253 000000000000000000005db5180f929ba10171fb4bf82c25d5a1407210af4784 6,682 1.00/1.00 vMB 4
860,252 860,252 0000000000000000000124544cc4e26b9624af838dc11a6533a5de4fa594ea1a 3,547 1.00/1.00 vMB 5
860,251 860,251 00000000000000000002d3325be3dbea0863d0fdccde7029bee54b90052d05ba 7,632 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 783.17 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: 748.32 GB
    • Received: 18.79 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.