Loading Tool

Explorer IconExplorer

Memory Pool

77,756 transactions
29.29 vMB
0.10523195 BTC
Random Selection Loading Transactions
Max Size: 175.34/200 MB

Candidate Block

Mining Attempt 9ff8acaa1a02299af7741ff40a6d9439deecb7c326116f283d15d2306cfe6d69
Version 20000000
Previous Block 000000000000000000011ccb04a71db94d4a97a5529cf2542b397830e1144127
Merkle Root 2b35b5157e4234a33b77e66450da3d2fd3f2e4b6e80ac1edc994312e06dac2e2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,326
Size: 1.00 vMB
Total Fees: 0.03037642 BTC
Feerates: 150.77 > 3.04 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,268 (321,937 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
593,331 593,331 0000000000000000000896b20fdb0061843bbc7814a15f65b3af2ea74f9a29ec 816 1.00/1.00 vMB 14
593,330 593,330 00000000000000000002861a0709179557c2df5e8177ce19ed94c06a2ef991ea 882 1.00/1.00 vMB 19
593,329 593,329 00000000000000000000e10346aaf98673d5a9ee08488accd4332eb8dbf5397d 2,557 1.00/1.00 vMB 22
593,328 593,328 000000000000000000074f8265b0b6488ed3f43243144c17c432f4a8db456635 1,437 0.47/1.00 vMB 26
593,327 593,327 0000000000000000000d7122c385697a5280faaa9a9936fba95473b725dd4459 1,999 0.78/1.00 vMB 4
593,326 593,326 0000000000000000001425aa0d57692368e2a6c0ac7098013295b41dc0470298 2,656 1.00/1.00 vMB 23
593,325 593,325 000000000000000000140a7436faa6d42a9321c7409a61cf638cadeff04e1aeb 2,010 1.00/1.00 vMB 14
593,324 593,324 00000000000000000011db2da36841f7d1b41f096607c52d92f3ff6640ffb907 2,828 1.00/1.00 vMB 38
593,323 593,323 0000000000000000000565b18e0a1d4fa9c9dab70be0659452e94a7df409ca0e 2,859 1.00/1.00 vMB 50
593,322 593,322 00000000000000000005d9d77b9a947ed9b18b60c5e3362b6b1b40d4bc6e3aef 772 0.36/1.00 vMB 13
593,321 593,321 00000000000000000000876c0e767dd6637613e739b5a288d51ce596f32e954f 3,045 1.00/1.00 vMB 27
593,320 593,320 0000000000000000000cd6aff08ec34f43ffc74841e0229ff4c9da1399c6b2b7 2,304 1.00/1.00 vMB 8
593,319 593,319 000000000000000000179f8f86bd04bd5d739d76226e8cebe2b199b7bee057e8 3,084 1.00/1.00 vMB 39
593,318 593,318 00000000000000000010ca38712cbcd66b8a1bec3b51ca10cd71572c4d457015 2,708 1.00/1.00 vMB 45
593,317 593,317 000000000000000000105052f4e2d7dae20dd6b9b33d9327ed444cd0e0ec97e3 54 0.01/1.00 vMB 11
593,316 593,316 000000000000000000123566641275fcda7dbf9857135c81ee1d40f75be1c762 2,299 0.67/1.00 vMB 29
593,315 593,315 00000000000000000016b8fad77f0283bbb4c91a341cb21ef24963ad529cc974 3,395 1.00/1.00 vMB 27
593,314 593,314 00000000000000000015070d8454eb9cc8c9f3cebd5e90faf4323acff07fb98f 164 0.04/1.00 vMB 18
593,313 593,313 00000000000000000007edaa92f7f04ed2a14e1ceed40ad5ebd578abd38bb58d 1,925 0.75/1.00 vMB 23
593,312 593,312 00000000000000000015922c8b71d8176f06d198fa3b537f190393135d16f07b 1,892 0.80/1.00 vMB 23
593,311 593,311 0000000000000000000c42a2b7788307a62a914f8a4b766df10f4bef18cf2d1f 1,126 0.50/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.86 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: 712.83 GB
    • Received: 17.23 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.