Loading Tool

Explorer IconExplorer

Memory Pool

83,262 transactions
31.44 vMB
0.10564259 BTC
Random Selection Loading Transactions
Max Size: 192.23/200 MB

Candidate Block

Mining Attempt 4d4a090e87f0db229669922b2277c15895650137562d2c0d43137c18493c489d
Version 20000000
Previous Block 000000000000000000019785507a79249f2e450279abdeb5d17be8cab73e03e8
Merkle Root db5b95b49438c2cbea11ef3d7e9cfbaed4734a9b5012f34a5cbb99a4b9b5e77f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,350
Size: 1.00 vMB
Total Fees: 0.03386306 BTC
Feerates: 301.05 > 3.39 > 0.41 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,221 (255,729 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
659,492 659,492 00000000000000000005d9155b4265485339f8eb6f2b19c985c04b708edb5643 2,049 1.00/1.00 vMB 100
659,491 659,491 0000000000000000000cbea2ad40cb3f9348929923c7d7a9a0975c7c7cc0cc18 2,769 1.00/1.00 vMB 95
659,490 659,490 0000000000000000000961d20020579bf1eec11b36c1f4c6e2e569899ddbf090 2,098 1.00/1.00 vMB 104
659,489 659,489 00000000000000000007d24bf3fe8098fa3943b1da4821d31c919070950f67aa 2,412 1.00/1.00 vMB 133
659,488 659,488 00000000000000000002743a8d0b5abd7828b8830d847cf7e9f2ff1f7fad3815 1,671 1.00/1.00 vMB 101
659,487 659,487 00000000000000000001468662f661e73a8a3679f11d0a918fa3bfc91bf13330 2,784 1.00/1.00 vMB 116
659,486 659,486 0000000000000000000750264372b9ba367334d769d060dfad124767370d0c04 3,277 1.00/1.00 vMB 118
659,485 659,485 000000000000000000007187f444718a49466b00e4a98f7451a692f9b69ac5ae 1,878 1.00/1.00 vMB 98
659,484 659,484 00000000000000000007066ab8277ae8a001e3596cf515804422843c0078b814 3,188 1.00/1.00 vMB 130
659,483 659,483 00000000000000000003a1231421eab3e4fccec98f0b90547da117e949af0aeb 2,762 1.00/1.00 vMB 89
659,482 659,482 00000000000000000009536718b312bad60ab1df8a0a66d172e396e4eac9b06a 2,744 1.00/1.00 vMB 114
659,481 659,481 0000000000000000000c9b56aae4ac867810d22cbceb809631b025360ed5dca4 2,558 1.00/1.00 vMB 83
659,480 659,480 0000000000000000000ce63073fa07f5bfb6c7b90df09e73c455e8524a27f24e 2,655 1.00/1.00 vMB 82
659,479 659,479 0000000000000000000e0b2727fe21fde7217e5b7c287ba95dfb9012e4dc4e3f 2,857 1.00/1.00 vMB 99
659,478 659,478 000000000000000000006fd36b076300a5c99ffac38a776cc0649aec3292c82f 1,811 1.00/1.00 vMB 79
659,477 659,477 00000000000000000002f9fbc40c03470b5f5f99e6e2d2716db957f45467395e 2,519 1.00/1.00 vMB 106
659,476 659,476 0000000000000000000dcf7a68b32db24ee46f9092c72b6c2b7949dbe6a742a1 2,656 1.00/1.00 vMB 73
659,475 659,475 0000000000000000000972b4ebb2d2692854d207417d5f89df4047f79448e080 2,769 1.00/1.00 vMB 105
659,474 659,474 00000000000000000000abdc21bbfe6cfbe239c886298f30235e9018de841a5c 1,946 1.00/1.00 vMB 93
659,473 659,473 0000000000000000000266d6b2236f176e34a02429554f98b73b9ad63402a2f1 2,873 1.00/1.00 vMB 117
659,472 659,472 0000000000000000000c481531cce3711dadd7f26c599180f07e96f5f17890cc 2,797 1.00/1.00 vMB 89
Previous 10 blocks ↓
Total Size: 782.77 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: 709.33 GB
    • Received: 16.89 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.