Loading Tool

Explorer IconExplorer

Memory Pool

74,635 transactions
27.52 vMB
0.07132530 BTC
Random Selection Loading Transactions
Max Size: 168.04/200 MB

Candidate Block

Mining Attempt 7aae6a2f5420a19b5321e717e01157dc370dac1040580e18ccf74b1a5c4db5f5
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root 2a3f2ec1b7a4e717cc0136b152cc5b8b8b693c11cd92b3c7ebb147f976e473b8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,762
Size: 1.00 vMB
Total Fees: 0.01271337 BTC
Feerates: 80.55 > 1.27 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (505,182 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
410,076 410,076 0000000000000000059b6f04ffdfafcd9f18d4d878d0bb0271074f46f0e4262f 2,693 1.00/1.00 vMB 67
410,075 410,075 00000000000000000164ccfd4a186e12c0de8d42685cf48855fa22e6bb2db25a 420 0.19/1.00 vMB 36
410,074 410,074 00000000000000000298baf6f0ca3079a889cf92b784252c9b8a6f02b395a869 1,114 1.00/1.00 vMB 16
410,073 410,073 0000000000000000012c72863bf12503a5709c66b33fa785c344a04f4f75d124 1,435 0.94/1.00 vMB 25
410,072 410,072 0000000000000000042d4e83126ffebc1474a28feef4a79b4ecea77e7da72fdf 3,240 1.00/1.00 vMB 57
410,071 410,071 000000000000000003acf187baa66aab430fcc01937e7aad259a78b810b47829 185 0.10/1.00 vMB 38
410,070 410,070 0000000000000000007eea355b5359c3d882464e5535fccb5ed9c9f05202b296 1,279 0.59/1.00 vMB 37
410,069 410,069 0000000000000000013880d73fd6867793f66ebd90f12e16f850cdade7a3cec1 1,703 0.78/1.00 vMB 34
410,068 410,068 0000000000000000004fdc30b75c14e233f07fa21ed25b95090d4afacef38c42 328 0.13/1.00 vMB 38
410,067 410,067 00000000000000000491c05084a8e68879b56878f9491278835c04a384f27d92 906 0.99/1.00 vMB 24
410,066 410,066 0000000000000000011687ce84a22eb332fa73601a4aee2f47ae8f35c118273a 548 0.22/1.00 vMB 39
410,065 410,065 00000000000000000281cddd5eb3e8f7acb08887e6617a91e0647040901967fd 2,236 1.00/1.00 vMB 35
410,064 410,064 00000000000000000441a2cb6bdc0f9ea4c8de8b35117dbab2601279841ed209 2,548 1.00/1.00 vMB 43
410,063 410,063 000000000000000000da09c8851fbf83ec73f2ce8495a7663d02e4700e84a3ef 266 0.28/1.00 vMB 16
410,062 410,062 000000000000000005f0d6de87229ccdb335157f77b75af3653d3a2609d8fb8a 725 0.45/1.00 vMB 34
410,061 410,061 000000000000000002675ce15b8ddc4a1afce49a9d66f9c8d2667c3b17edb455 2,736 1.00/1.00 vMB 52
410,060 410,060 000000000000000002f29aaef5d1d63a70b98051620428ac696c93724d471b88 123 0.35/1.00 vMB 10
410,059 410,059 000000000000000001d049c5b67b891aec74d1dac73cf0dd6f4371866f1c9231 723 1.00/1.00 vMB 17
410,058 410,058 000000000000000005b572faf31b7262d48433e99e79aeafd59143769b032348 1,066 1.00/1.00 vMB 20
410,057 410,057 000000000000000002c92598aa5908a9a0dfe5785cf355f10fef00fce11ce62a 2,722 1.00/1.00 vMB 47
410,056 410,056 0000000000000000000e0239cc2eaf37eb84cde384fbaa06927c4018bcd182d2 2,755 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.84 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.00 GB
    • Received: 17.15 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.