Loading Tool

Explorer IconExplorer

Memory Pool

45,666 transactions
29.05 vMB
0.13905325 BTC
Random Selection Loading Transactions
Max Size: 151.40/200 MB

Candidate Block

Mining Attempt 6a6f850ee36885b969e86ab7415cdcef7a5aa1d0d478582465549f53d99e7d15
Version 20000000
Previous Block 00000000000000000001ba294a1e5c8ead048e94ebd94561d85b6bcbd1b10899
Merkle Root c6590f419ce9420bfa4f01080c61d54ac0a5a57643ee61b7a41ec04da35cde69
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,649
Size: 1.00 vMB
Total Fees: 0.03922424 BTC
Feerates: 100.25 > 3.93 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,709 (407,368 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
507,341 507,341 00000000000000000068ab30a263d392f9df356d83761f9b4a396091f8ffda4f 2,763 1.00/1.00 vMB 208
507,340 507,340 0000000000000000002bc26575a7f757c07d34fa9023bb19008b8a32c8108542 1,793 1.00/1.00 vMB 228
507,339 507,339 0000000000000000000cd20ac53c421cd48865dffa0ea4edfc45d6c65d9a69c0 1,296 1.00/1.00 vMB 146
507,338 507,338 00000000000000000053c2e1349e86a37ae702ff6e9dbef97fd483420fdb0f04 2,527 1.00/1.00 vMB 211
507,337 507,337 00000000000000000012cbcea163706fa6976d5dd2a09a21e87d80dd11fd575a 1,682 1.00/1.00 vMB 141
507,336 507,336 0000000000000000002b744d93a8f32967dc1c40e380de7cf6c693989de4d869 1,766 1.00/1.00 vMB 132
507,335 507,335 0000000000000000005f25cb1899fab513f169531d81986cb306b57eb5870ee3 1,972 1.00/1.00 vMB 129
507,334 507,334 0000000000000000005f432f112ae360e8bcc05d9c55df91b0a7642bc5c7b98c 911 1.00/1.00 vMB 168
507,333 507,333 00000000000000000016befe1ae3626b3eb1e7c9810450b65e989ee6f693d8fa 2,202 1.00/1.00 vMB 179
507,332 507,332 00000000000000000062b4ec70c8a301028e3a8977cf76dd5618eb6bc7910a5c 2,666 1.00/1.00 vMB 245
507,331 507,331 000000000000000000421e93966ac147bcb8454759189b03b09af009c0a1cfd3 1,564 1.00/1.00 vMB 115
507,330 507,330 00000000000000000027d27e08ed8c7263f8118a5ed026e4679ee248f9b7a3fd 1,832 1.00/1.00 vMB 91
507,329 507,329 0000000000000000005a70a68fe69b025ea5b1e3587eb1ca519ea22e44b561f1 1,224 1.00/1.00 vMB 128
507,328 507,328 0000000000000000002b407bf56e74ee647e00dcde1dd251a04071677e37e721 2,021 1.00/1.00 vMB 221
507,327 507,327 000000000000000000034564cb7f2b486248b8b05c5e3fd8471c66069a374a2a 2,449 1.00/1.00 vMB 243
507,326 507,326 00000000000000000024a9ad0e30ee999485f89e26483b2240afe792f51fdc93 1,127 1.00/1.00 vMB 151
507,325 507,325 0000000000000000004b88f0e9ad31717b32fc4f0a6289390c8abfc6e056e1b5 871 1.00/1.00 vMB 124
507,324 507,324 0000000000000000003821ae8914d04b61f8b9790839947e37cde00f98538788 1,758 1.00/1.00 vMB 206
507,323 507,323 0000000000000000004ffec62551233df4b9feb5948dd55ce41b9dc9dc2d8606 1,729 1.00/1.00 vMB 182
507,322 507,322 0000000000000000004e212c5c31d04165e5217f2b027bb78ca80ee2fa31a0f5 1,706 1.00/1.00 vMB 199
507,321 507,321 000000000000000000023a2d689c5f730b61d593be743ca75a2a3773824a6bd8 2,028 1.00/1.00 vMB 191
Previous 10 blocks ↓
Total Size: 781.88 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: 645.01 GB
    • Received: 12.64 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.