Loading Tool

Explorer IconExplorer

Memory Pool

77,952 transactions
29.44 vMB
0.08931892 BTC
Random Selection Loading Transactions
Max Size: 179.64/200 MB

Candidate Block

Mining Attempt 348cfa7f10eecc3259d14f683f809a1e97e5b65bbde52ccb5d9496de0a4f9424
Version 20000000
Previous Block 00000000000000000001873758786023bce526cc548acc0e4523a6e0d9f02e45
Merkle Root 5ca7d750b0ae53b32e6a01709c3dee693e74051c64a3423fa1061ee2effc4b2d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,824
Size: 1.00 vMB
Total Fees: 0.02470322 BTC
Feerates: 301.35 > 2.48 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,242 (321,546 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
593,696 593,696 00000000000000000009d61cb98ae751c7b590c0d3b60d248608db5d11584a6d 3,150 1.00/1.00 vMB 25
593,695 593,695 0000000000000000000110ee55263f5df00adc7be5c6aa922ef81c538c159235 3,212 1.00/1.00 vMB 26
593,694 593,694 000000000000000000169c52e7f65435da116678be241e11c7e35104b96899ef 2,802 1.00/1.00 vMB 13
593,693 593,693 0000000000000000000d3cea2410b40eddda43d8a3522c5606d642274e6fd204 2,980 1.00/1.00 vMB 15
593,692 593,692 000000000000000000034d709c8bb8b089b979bf1ddddd9bbef14b35078fef84 2,653 1.00/1.00 vMB 25
593,691 593,691 000000000000000000011aa2dc5502ebf3e905525f6a5b5aaa9b042f1b2046a0 2,756 1.00/1.00 vMB 32
593,690 593,690 00000000000000000009deb56de507c4226bdc1ff361f698d70fbe2466bc004a 2,848 1.00/1.00 vMB 52
593,689 593,689 0000000000000000000515bd9e8cf43aa754d477d9f913953870140cec4e44ca 2,977 1.00/1.00 vMB 29
593,688 593,688 0000000000000000001670c0c9d83c30bc0f1e2003342aaaf3b22e11dfe66e66 1,885 0.84/1.00 vMB 7
593,687 593,687 0000000000000000000c4881c4946033d2712f47afb3dade2941acff50caf8d3 3,186 1.00/1.00 vMB 27
593,686 593,686 000000000000000000087fc125ce9df7a50cc8609f7a9716cd33f32076ffb6e8 1,813 1.00/1.00 vMB 5
593,685 593,685 0000000000000000001400fe9b317ba0bbfbc48cc81d55b93d2671cb06512707 2,732 1.00/1.00 vMB 13
593,684 593,684 00000000000000000011f5b7c90e2f9e98ee608e6b9b76642a0ab05e9db9af18 2,929 1.00/1.00 vMB 28
593,683 593,683 00000000000000000017f5730aa1e8cae8a7f17ff857d141b5580be64cdd9eea 1,199 1.00/1.00 vMB 7
593,682 593,682 000000000000000000146f8ac859576c25f9140f69f77be60bf66689320e2014 2,455 1.00/1.00 vMB 20
593,681 593,681 0000000000000000000e0b266464c8f906f054f6dcb8a213a002bcec75409ef3 2,223 1.00/1.00 vMB 16
593,680 593,680 00000000000000000019db0c45ecd5046aef52d70ccd1e53844dc4ec06fedb0e 3,001 1.00/1.00 vMB 29
593,679 593,679 00000000000000000017c75eed4cf795256749e919e0562eb731b8e6625ce106 2,918 1.00/1.00 vMB 53
593,678 593,678 00000000000000000018d2f74d2bae82579bbf05d6b0bbcb7f72435be20b4d60 1,610 1.00/1.00 vMB 18
593,677 593,677 0000000000000000000e44da7c6cc726dcea258f84db00a085c048943bddc4a7 2,251 1.00/1.00 vMB 29
593,676 593,676 0000000000000000000683909d95de4c850f4611c08019d5a701972a929a942d 2,135 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.81 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: 710.29 GB
    • Received: 17.06 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.