Loading Tool

Explorer IconExplorer

Memory Pool

80,933 transactions
30.29 vMB
0.15454151 BTC
Random Selection Loading Transactions
Max Size: 182.58/200 MB

Candidate Block

Mining Attempt d6aa1da45e63d39e4909f02c678db99d9cf08c714bb7983239c39c3aaeba0795
Version 20000000
Previous Block 00000000000000000000bed9e82db9db72d1b18bb335810616975b81723d85a6
Merkle Root a937ab1c5cf6133c50f28ab85c14a4c48252ad81c997f1f4c7f2560b63e2a434
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,040
Size: 1.00 vMB
Total Fees: 0.07996348 BTC
Feerates: 251.00 > 8.01 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,130 (276,564 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
638,566 638,566 0000000000000000000083ea5290cb3980f0e37b7003b8582c0493fdcf4a6351 2,595 1.00/1.00 vMB 4
638,565 638,565 0000000000000000000b524ebb084eb44fe879cc730b14fdaa819b14bd1cbbf9 1,268 1.00/1.00 vMB 35
638,564 638,564 0000000000000000000a20eb735941b673dbb9dae6d2b3db9f7b0a0f3bc8f41a 2,444 1.00/1.00 vMB 28
638,563 638,563 0000000000000000000bbe78dc63c9db9b5347e3b1c82323739fd063c8c02f06 2,887 1.00/1.00 vMB 60
638,562 638,562 00000000000000000006110d02108edbaddc5964e74a6b4dd010be7728fe8cea 33 0.02/1.00 vMB 37
638,561 638,561 0000000000000000000e8c0b440844ca76984dcce5955622a0d2e71683b5a420 1,249 0.53/1.00 vMB 35
638,560 638,560 0000000000000000000563585f6dd637384b618dd49e36e6d0fe47c5ce78872e 1,672 0.68/1.00 vMB 25
638,559 638,559 00000000000000000000219d6c4306fda08ad28e913796024909ae0c124c565b 890 0.36/1.00 vMB 29
638,558 638,558 00000000000000000001fee52c5484dbade3186b74538d67b439667e79ab38e4 1,293 0.48/1.00 vMB 3
638,557 638,557 00000000000000000006b4c84bc87e9822202fe2068ca892a601ed68bc93ee97 2,518 1.00/1.00 vMB 38
638,556 638,556 00000000000000000001e6afc41f1ab4475c479d02ec7463085dd2d11a4a1ddd 814 0.28/1.00 vMB 32
638,555 638,555 00000000000000000009a3e99294003ba6bbb2ec100a44a25b1086f4de4a3771 477 0.14/1.00 vMB 32
638,554 638,554 000000000000000000038d7c6b5da2b8acf7baa5e7333ef8079233c8bb66813d 1,599 0.56/1.00 vMB 34
638,553 638,553 00000000000000000008f81a0f2334936a8591b3ae7bb9b6892676b3d5dfaebe 103 0.03/1.00 vMB 40
638,552 638,552 0000000000000000000508a62c7c1b57dc3db0e47eb6dbc45dc47e6f7f11199e 2,077 0.81/1.00 vMB 28
638,551 638,551 0000000000000000000886466b7a01d1a0ffd10f014fa3e54c496960dc487193 109 0.15/1.00 vMB 43
638,550 638,550 0000000000000000000f78c22e61f3048b2f66a0cddcce754f6cce6230e069aa 766 0.32/1.00 vMB 36
638,549 638,549 00000000000000000005ff213827512c8828bb5a2b0f47b4873afb1705f44286 2,066 0.84/1.00 vMB 6
638,548 638,548 000000000000000000027c3743d2ddfb0bdf7b67e84c8e92e576a02f3a0232ae 2,840 1.00/1.00 vMB 51
638,547 638,547 0000000000000000001022c6891c2acfafa6d3bfec1b8e6bcef0fdbab4a5091e 1,071 0.44/1.00 vMB 32
638,546 638,546 0000000000000000000e3dda47f8a3e05dd738691764215c1adc219e608fd954 1,468 0.53/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.62 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: 672.03 GB
    • Received: 16.11 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.