Loading Tool

Explorer IconExplorer

Memory Pool

79,147 transactions
29.51 vMB
0.06787187 BTC
Random Selection Loading Transactions
Max Size: 177.59/200 MB

Candidate Block

Mining Attempt ed4405f06d188b859fb8996daee65a55a6ab009eb94570939048e60f68cb15b8
Version 20000000
Previous Block 000000000000000000005ca632d69633021cee09eb0a1dc73d46b978a1e9df69
Merkle Root c007a5f3f9cfd4028b81360d6a19213194ff4603eb4882fcc81baf7e912d318d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,138
Size: 1.00 vMB
Total Fees: 0.00797598 BTC
Feerates: 100.28 > 0.80 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,985 (324,444 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
590,541 590,541 0000000000000000001bf457cc745cf51c9aad32263833f8714f5898a5e8f43c 3,477 1.00/1.00 vMB 67
590,540 590,540 000000000000000000101dd76c59b4b29e46986ac8af2042cd93e3940ad19512 3,039 1.00/1.00 vMB 61
590,539 590,539 0000000000000000001348a7ea8df1cbb3b2632953ef0aef67b84fd88761caef 3,080 1.00/1.00 vMB 17
590,538 590,538 0000000000000000000de0d5caa52bb13a5f4b91022eeb90dbe3e9c484f95619 2,485 1.00/1.00 vMB 52
590,537 590,537 00000000000000000009a57970bf102541eb02ca76f6898faff5c530f173e5e3 2,497 1.00/1.00 vMB 10
590,536 590,536 00000000000000000013211baf66c73eb11d8633981f13b30efe0b98c97dd765 602 1.00/1.00 vMB 6
590,535 590,535 000000000000000000036a2ddde9d94830d48a726c971770f76706d6f4dcdf54 1,458 1.00/1.00 vMB 8
590,534 590,534 000000000000000000097f5563022f23913b0a7da88a7ae4ab33a15d5d70530c 1,998 1.00/1.00 vMB 24
590,533 590,533 00000000000000000010bb207c9c018dabf39cdf686d4813317ece4e3070995d 2,814 1.00/1.00 vMB 28
590,532 590,532 00000000000000000002950eca484192627ff3a51f72b0d1cb83e2aa3b3dd4a9 2,516 1.00/1.00 vMB 25
590,531 590,531 0000000000000000000f20b571d9a6faa63a9ab2d8229845674dbe2dae4c824a 2,520 1.00/1.00 vMB 33
590,530 590,530 00000000000000000017b2a9d9042b07d021675515b2e69c6ecd0c2d5e3c9abe 2,971 1.00/1.00 vMB 36
590,529 590,529 0000000000000000000bd766e52387cd9e83664ff6091966da39ea1e47bf4878 3,470 1.00/1.00 vMB 41
590,528 590,528 00000000000000000019bb6f1c854cb8eec22ba048aa96a4cbd894e9cc10fb9f 2,866 1.00/1.00 vMB 46
590,527 590,527 000000000000000000066726c7d81450cec41f8e1c0aa525953ef1f4b2087404 2,059 1.00/1.00 vMB 48
590,526 590,526 0000000000000000000769eafd2c70478c52bfb3f381200afd67afb5d1dc1f63 3,138 1.00/1.00 vMB 60
590,525 590,525 0000000000000000001696af5d4b2c7bcadc71cced68e191e591c2d83bed1143 3,438 1.00/1.00 vMB 88
590,524 590,524 0000000000000000000aaceefd760a82941c6f384ff82c3a98e22d2284c64af1 1,259 1.00/1.00 vMB 38
590,523 590,523 0000000000000000001468801a1b09a4860eb94813f31d5e75d5b82e7b26408f 1,525 1.00/1.00 vMB 70
590,522 590,522 00000000000000000009731d9046247d43fe4bd8dc1a0c5a87f54bc0e3d8d90f 2,273 0.88/1.00 vMB 15
590,521 590,521 0000000000000000001603e8a09f1b2e53b758ec5934d77f4596598c4e461a10 3,017 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.37 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: 663.22 GB
    • Received: 14.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.