Loading Tool

Explorer IconExplorer

Memory Pool

80,785 transactions
29.78 vMB
0.07294511 BTC
Random Selection Loading Transactions
Max Size: 179.68/200 MB

Candidate Block

Mining Attempt 874612a38c6044ed2b9d51b5f64975a56df654305700ebb1d4f535a5418a3f9f
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root 2a112a3dcbaf8dbc1099373341e6d69e79ae7abdc44b55601ca7bea9853454f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,901
Size: 1.00 vMB
Total Fees: 0.01196602 BTC
Feerates: 502.67 > 1.20 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (364,623 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
550,358 550,358 0000000000000000002026550f2a2211ac9af8b7c1d855eac493685938f3302c 1,612 1.00/1.00 vMB 14
550,357 550,357 00000000000000000005106c16477d031fb9e419f26791cb677d23a44107becd 2,621 1.00/1.00 vMB 26
550,356 550,356 0000000000000000001c2f3341c57c02cba3c73f17eb011cb44ac777d14cb6d4 136 0.04/1.00 vMB 35
550,355 550,355 0000000000000000001b0f58c60fbecfd4d8b871448191f2ecc32bb734e82fdf 2,748 1.00/1.00 vMB 35
550,354 550,354 0000000000000000001cbc77615b7717bf249c098ea0b49db47aae6b70650b8c 169 0.14/1.00 vMB 6
550,353 550,353 0000000000000000001540e0c0f25ceea73fee13a24da1efff5a042ad4ea7a44 619 0.27/1.00 vMB 14
550,352 550,352 00000000000000000015f28d4289f1fb66e9aa2572c473a234700dbb57ec643b 2,127 1.00/1.00 vMB 21
550,351 550,351 000000000000000000007bbc6e886701058ec9c7ca6e971695cee49636bcb42f 1,344 1.00/1.00 vMB 6
550,350 550,350 0000000000000000001dba450ec685a933ffb7a273eda0c959af37033bfc045b 2,516 1.00/1.00 vMB 36
550,349 550,349 000000000000000000253dbaa1a3f328a56f51013a90d1940de71b0bc9907b10 1,850 1.00/1.00 vMB 7
550,348 550,348 00000000000000000010eb9ebfa53e0938a8247e8309d1abc026d8f82eecfb67 2,862 1.00/1.00 vMB 50
550,347 550,347 000000000000000000236d49729b464826b33c7b40866ce9c21808e0a12d72e9 1,668 1.00/1.00 vMB 12
550,346 550,346 0000000000000000001a853b935c7e656400d007361bbc18b8692f1a9d31c53e 973 1.00/1.00 vMB 6
550,345 550,345 00000000000000000020f6fa16064ea38e74d14cf13aaa9dac6bdd4fc0070a1d 2,472 1.00/1.00 vMB 17
550,344 550,344 00000000000000000009644a66e154b16cebd66b605988ff21f1427e3c4b5fcc 2,108 1.00/1.00 vMB 22
550,343 550,343 000000000000000000153238084e252e5db6abad5cf2413c18db2f11a9c04f9c 1,990 1.00/1.00 vMB 16
550,342 550,342 00000000000000000006868e87caaa225e96ecd64c9fe4fb7a761c8798f51dfc 31 0.05/1.00 vMB 1
550,341 550,341 0000000000000000001ceccb48b61ee4d3f804debdf20eacb4ca0af2c346adbd 1,588 1.00/1.00 vMB 13
550,340 550,340 000000000000000000263d9045409628e0a56a5fa7137df4781ea8d3a495f4e8 2,024 0.99/1.00 vMB 3
550,339 550,339 0000000000000000000d3ca2d8d434edcf13e8cb3785263b887c7302da85f072 2,865 1.00/1.00 vMB 37
550,338 550,338 0000000000000000001c7dd8b5722f3f4b7880faf2a64295ff89198075d7b97f 2,708 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.36 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: 662.54 GB
    • Received: 14.86 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.