Loading Tool

Explorer IconExplorer

Memory Pool

79,048 transactions
30.08 vMB
0.07822847 BTC
Random Selection Loading Transactions
Max Size: 183.05/200 MB

Candidate Block

Mining Attempt 9451d4075c1e65a5bfa1a0236b721c79116800cdc8e8b2b575c0d3c9d89e6d81
Version 20000000
Previous Block 00000000000000000001b18527090b50466f4d831af0ce90acc09da8967d8af7
Merkle Root 2bfdbe9312af9f9a40fb4e1b36212b278c364f196669710181a5bdf67f607630
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,778
Size: 1.00 vMB
Total Fees: 0.01129738 BTC
Feerates: 40.21 > 1.13 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,395 (27,273 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
888,122 888,122 000000000000000000006d9a4dbc6614d7832f69759a6df8a4ca083d5632e979 2,409 1.00/1.00 vMB 2
888,121 888,121 0000000000000000000159b48d35d5b0ac5ef4dba355bf107b3b992003a52a8d 948 1.00/1.00 vMB 2
888,120 888,120 0000000000000000000108b22c1faccd1d0774719d9cc7c6564d5d7c2f161e75 233 1.00/1.00 vMB 1
888,119 888,119 00000000000000000000d7acfec8a2f7319c6d99cb7f1eeeaec51a10938d2201 2,838 1.00/1.00 vMB 3
888,118 888,118 00000000000000000000728b3f9a8099826fe3f3401a46f97389f7f0a7b0ece9 2,446 1.00/1.00 vMB 6
888,117 888,117 00000000000000000001bdf3811e58286d0ea8306729286e467feafed411aa47 2,237 1.00/1.00 vMB 3
888,116 888,116 0000000000000000000077420ee9e81e04bf1f2afc139de29a8cf1420e261e9a 2,737 1.00/1.00 vMB 2
888,115 888,115 0000000000000000000235f0d3c751d877a73d59490c57cf15902ee945c02289 3,360 1.00/1.00 vMB 3
888,114 888,114 00000000000000000001400837efd2483c8e7e42f09d4f7f34f5e38e71016ec7 3,810 1.00/1.00 vMB 6
888,113 888,113 000000000000000000021befec5430136d47f2d7ca9e0b508a08693e82c18f63 3,464 1.00/1.00 vMB 4
888,112 888,112 00000000000000000002753d2a64a4211738542840959f8bdccf0f471d548fdf 2,712 1.00/1.00 vMB 1
888,111 888,111 00000000000000000000a2a3e2cdc3b956ee82ac5a460cb94282ecee9f3ba632 2,606 1.00/1.00 vMB 2
888,110 888,110 0000000000000000000108991d03dd8a8f348859e63b3b3bdbba33884d23209b 4,226 1.00/1.00 vMB 1
888,109 888,109 00000000000000000000d08d95c935245bb0b531453da877603367f537e249c2 2,794 1.00/1.00 vMB 2
888,108 888,108 000000000000000000007005e6f633b41df91a3d60895f71b0e1643ad2c953be 1,363 1.00/1.00 vMB 1
888,107 888,107 0000000000000000000231fa352eb9836c96c661d2b27a61b35081d6159c4674 3,902 1.00/1.00 vMB 1
888,106 888,106 00000000000000000000e80d0efb4b0eaca1fafce57bd8e3300114751c69e1c2 4,076 1.00/1.00 vMB 1
888,105 888,105 0000000000000000000271a3d344ebc4a2b099535ff1a68d76effdd0d3a1f902 3,015 1.00/1.00 vMB 3
888,104 888,104 0000000000000000000124250bef791e016b24de0f30340c727c0d5d4826009e 2,205 1.00/1.00 vMB 1
888,103 888,103 000000000000000000008005a9b7407591f034d310bbc4eb7a649b8c804bdb59 1,113 1.00/1.00 vMB 1
888,102 888,102 00000000000000000001fae421c80dcaa753e81e8ff6711f767679e142750f09 3,481 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.07 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: 720.94 GB
    • Received: 18.32 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.