Loading Tool

Explorer IconExplorer

Memory Pool

11,027 transactions
3.78 vMB
0.01084843 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 23.24/200 MB

Candidate Block

Mining Attempt 4da110d2475f0e503968f00c4fe5d650a5fa1dcde4505a9fef27617ebfd0ba4e
Version 20000000
Previous Block 000000000000000000009a929be43b792df614d84143d9278cce62466a093c03
Merkle Root 0dedf14ec2d9e8b17caa79cbef92be9a6bfe8d3c3a400cc645194b9216b3da50
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,612
Size: 1.00 vMB
Total Fees: 0.00671600 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,485 (720,571 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
192,914 192,914 0000000000000113edf2a19d11c8352913d667224cdecfe7445f2850775ba3ff 10 0.00 vMB 0
192,913 192,913 000000000000042e03c76e300a4935bd80560d62a2affb52b80c633478e175c3 99 0.06 vMB 96
192,912 192,912 000000000000034e13a8bea6dba501ddeb5ee18747070bc13d6af87ac0675b80 55 0.02 vMB 185
192,911 192,911 00000000000007d0b52161b8ea5d46a7505c89088ca0da3f69be14bd38a9c513 3 0.00 vMB 0
192,910 192,910 0000000000000824703eb9acf8a1214341c4445d1f46157095b0d9bf6fcafa6b 224 0.08 vMB 143
192,909 192,909 00000000000003f20ba32c7aaba1ead5bb061a39079348560ca0bd2688c0398f 103 0.05 vMB 105
192,908 192,908 00000000000001e67044a05a5cd85263a6356fbf0ba2065982befcc6338bf9f9 32 0.01 vMB 94
192,907 192,907 00000000000001668a913052d10762f8dfdef529377eaa8b03f1393dec4c0577 32 0.02 vMB 95
192,906 192,906 000000000000030fe8391778a50b800b1f4e677101c5f32ef2189c727bd1a998 399 0.15 vMB 133
192,905 192,905 0000000000000686c8a4be8a674fb49173fa3a5144b0f3954fd4910f15498e93 64 0.03 vMB 209
192,904 192,904 000000000000062b180110d15fe21d7f7ca0419f4410bdf7ebff55c1d600af42 46 0.01 vMB 17
192,903 192,903 00000000000007f6622581e6c6ce3f45d9633a2383fa5c70478beabfb4c08c7d 58 0.02 vMB 307
192,902 192,902 000000000000070029950a8a4b382c5c2402dddceae3eb2e3e221ea33ea30821 327 0.15 vMB 161
192,901 192,901 000000000000004cbb9988878934abe231356c0891832ebd8219302fcb8956da 34 0.01 vMB 175
192,900 192,900 00000000000005d6d2deb2c2b8960f7a3dccc95d41c8b7094d862765cdc5299e 309 0.12 vMB 130
192,899 192,899 00000000000004014101351494910405fbb24385e674173dd44f9ddca6b95e53 212 0.08 vMB 177
192,898 192,898 0000000000000545aedfe3078b4babf97409e4e29d6c8668f812b122ade6a045 87 0.04 vMB 184
192,897 192,897 000000000000027fd0db5a0ee53cfcef5cd61371f3250d285b02da25cf060183 482 0.16 vMB 147
192,896 192,896 00000000000003ff1dc6cef9c126ac3bb364a068f6c6a82b7336e10cc8a603e0 77 0.02 vMB 7
192,895 192,895 000000000000002896854c2728441ee03e9437432585da07407b48c80435c049 193 0.08 vMB 151
192,894 192,894 000000000000065e1ac4045399dd083cf8c368199cde1fdfdceb05e91c38f03e 414 0.16 vMB 163
Previous 10 blocks ↓
Total Size: 779.71 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: 350.21 GB
    • Received: 1.69 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.