Loading Tool

Explorer IconExplorer

Memory Pool

79,083 transactions
29.63 vMB
0.07423143 BTC
Random Selection Loading Transactions
Max Size: 177.73/200 MB

Candidate Block

Mining Attempt 33586b325e1cc6e6785635e6f6dc486486b52b0d250797c4387abdc684b71196
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root 15aaf6bdace1723f6a5c4ceed8ccfce093f863753bc28757c68a34cfb59882e1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,021
Size: 1.00 vMB
Total Fees: 0.01404140 BTC
Feerates: 150.98 > 1.41 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (210,923 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
704,092 704,092 000000000000000000033ef7a44879c0f404a60e74991565def8ae381316eab3 2,243 1.00/1.00 vMB 29
704,091 704,091 00000000000000000006ea760fedfde9f2332bf7572b3f53dc4b9eb847f1ff91 3,239 1.00/1.00 vMB 26
704,090 704,090 000000000000000000077f931f6aaf11fedc07c8569fdb23283d9e6300b4a9bf 2,717 1.00/1.00 vMB 36
704,089 704,089 0000000000000000000d79f763989256256743c7188d3ad63ecf4cd988aa5fc1 3,292 1.00/1.00 vMB 18
704,088 704,088 0000000000000000000a57123530bd2865cf6bc9e9ff2efded2a3f8bbdbad391 2,991 1.00/1.00 vMB 43
704,087 704,087 0000000000000000000099c5c99e8359d713f7c6266a3230b8e997d9715e0cba 3,153 1.00/1.00 vMB 22
704,086 704,086 000000000000000000072b20fefdd32bd3e68753d739fe0b2e9ee69104a1dd4e 2,997 1.00/1.00 vMB 27
704,085 704,085 000000000000000000085284fe1b4e3c99778ba409b5fbdc54c54c22fe7d640b 2,265 1.00/1.00 vMB 30
704,084 704,084 0000000000000000000cadeba45242bfbeb016bfbcf2151ef1a08d84c7472df6 2,536 1.00/1.00 vMB 14
704,083 704,083 00000000000000000005600ea71fadcb4e7d825fc9096fb52e1e0f11689b82e4 3,182 1.00/1.00 vMB 27
704,082 704,082 0000000000000000000b07d35c0d85b50267ad82747e27e7747807cab1295490 2,338 1.00/1.00 vMB 22
704,081 704,081 00000000000000000002ea6f408bd8e7885ec6ae8d28dad04cbd7d4e09f70eae 975 1.00/1.00 vMB 19
704,080 704,080 0000000000000000000b3f46a7aeb4048a00619e5e3167c583306bdb885a7e41 2,799 1.00/1.00 vMB 14
704,079 704,079 000000000000000000061b123b757d4c15dbab8576d6e4465ab30d89f84d6e4b 2,278 1.00/1.00 vMB 8
704,078 704,078 000000000000000000051fd7fdd61d75808440798699d8eae71c2086536b2d02 3,130 1.00/1.00 vMB 24
704,077 704,077 000000000000000000087cd9e158e8ab6b505bc711dc2feb188e8e7953e06d8a 2,764 1.00/1.00 vMB 16
704,076 704,076 00000000000000000009f0a5e459bb40f9f51b9742583ad1fdcb5ee2c98322e7 2,726 1.00/1.00 vMB 14
704,075 704,075 00000000000000000004383c2872f14c93b43556c510034a598592729cdab1be 3,512 1.00/1.00 vMB 24
704,074 704,074 0000000000000000000bb19ef1c0c1f4230c9d6981ed22e6e5e85581fe33e7c9 3,152 1.00/1.00 vMB 34
704,073 704,073 000000000000000000070c852a37a094a6726503fe138d43c7d3f6fba834d29a 1,335 1.00/1.00 vMB 17
704,072 704,072 0000000000000000000c1eac8f24dc21a7d1167400f657af0001522357bf1eb4 3,018 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.42 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: 665.40 GB
    • Received: 15.13 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.