Loading Tool

Explorer IconExplorer

Memory Pool

34,581 transactions
25.60 vMB
0.07881833 BTC
Random Selection Loading Transactions
Max Size: 129.65/200 MB

Candidate Block

Mining Attempt e2b466c88142101759a6595e9af4e6db42a797c1449a78b4f452bb0971eeb838
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 0040d2e515f2374ddb90b562a21c4e2947cbfa5404e0b2c0023200d684daf1c9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,893
Size: 1.00 vMB
Total Fees: 0.02767008 BTC
Feerates: 100.60 > 2.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (817,496 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
97,209 97,209 000000000003e2f2310aeb41e5b1edd310d9fe9db9f0e9449cf58878cbceecae 1 0.00/1.00 vMB 0
97,208 97,208 0000000000009d3990c54218f5b855cacfa677517ae932a8847c8771bd119fa7 7 0.00/1.00 vMB 0
97,207 97,207 0000000000033e2bc3c7a278ccc317b926596f3bf3b287784bbe2deea17d19b4 6 0.00/1.00 vMB 0
97,206 97,206 0000000000039ce6339bd58b125c5ad8910ec351c906bc34ef7d507170334b8f 1 0.00/1.00 vMB 0
97,205 97,205 0000000000031645dcd1ce3fc39a2a3a33c269436354133bfa04cccd2c0af2cc 2 0.00/1.00 vMB 0
97,204 97,204 000000000002ef377cbfc7c172e9f69664c82909dd72f5a4897deb35c14fa8c9 1 0.00/1.00 vMB 0
97,203 97,203 0000000000001db87130faa6dbaff5d571a63c8cf1036c7cf24d3f354be0bfc9 12 0.00/1.00 vMB 0
97,202 97,202 000000000004ed43ea2f4440c9fa876829816b9a48bcda0a571f68f5c93a1323 6 0.00/1.00 vMB 0
97,201 97,201 00000000000391c04395318dd6b916ee171fb8cc07384e58748def0c509d093d 9 0.00/1.00 vMB 0
97,200 97,200 00000000000056c9480b1090eae62c1ce319c55e2a3364550fc58bb809196f73 1 0.00/1.00 vMB 0
97,199 97,199 0000000000052d214b528c421dd42e5d0e565a3ff439288f79d92055f6fe427c 3 0.00/1.00 vMB 0
97,198 97,198 000000000004235dc4bec9fc3d019a4858e722a6b50cccad8f8bd494aba1f917 9 0.00/1.00 vMB 0
97,197 97,197 00000000000275d3afb9205d914a2bc8798f794410c82a65126fa5f13bcf68fb 4 0.00/1.00 vMB 0
97,196 97,196 000000000000a52b920c4e4051bb50f869c3e66b03b4b71e7cdc54854053d08c 2 0.00/1.00 vMB 0
97,195 97,195 0000000000046eab9ebf53f4ac716e54f804869bec8aacdd95b400279f282eda 1 0.00/1.00 vMB 0
97,194 97,194 000000000003ec2daaa9c44ecbf94c8259e259b6dc553c0e85f8eab23fff2037 9 0.00/1.00 vMB 473
97,193 97,193 00000000000440dfe1b5bb55e28f6d080af226454c172702a2fd9b2747148833 1 0.00/1.00 vMB 0
97,192 97,192 000000000001be1630e609ab83f24d62b068571de8b592baaafe2a7a01cba907 3 0.00/1.00 vMB 0
97,191 97,191 000000000003d3bbe5d799b1d0041e97c95c49fda833c108b14f69236bf27afe 1 0.00/1.00 vMB 0
97,190 97,190 0000000000039a209e766183078aa40e56fb5d8aa9c4390b66f1026e04394e11 1 0.00/1.00 vMB 0
97,189 97,189 00000000000298fc34102116e486b0435ce81d75bea65a9e4fa9d4a942badb6e 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.87 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: 642.86 GB
    • Received: 12.56 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.