Loading Tool

Explorer IconExplorer

Memory Pool

80,444 transactions
30.54 vMB
0.07979430 BTC
Random Selection Loading Transactions
Max Size: 185.72/200 MB

Candidate Block

Mining Attempt d46e322f9529759e42e50c65e051820cadec6b14d604dcc405fa0a59f325659c
Version 20000000
Previous Block 00000000000000000000c6a5ef862f60254cf87fcd565eed18945ad2828f92e7
Merkle Root 65f654279dd1bbee01480495660683e38b3caaabdd3fd5d4c3073867afff1510
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,810
Size: 1.00 vMB
Total Fees: 0.01128042 BTC
Feerates: 18.08 > 1.13 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,350 (218,740 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
696,610 696,610 0000000000000000000f8ac4dfc078a796a5f6232fa3e895c80aea1e5c1e7a32 451 0.13/1.00 vMB 14
696,609 696,609 0000000000000000000a76f78dbc86d5d6dd90b6cbeb2eb7e8bc932b5d635428 434 0.22/1.00 vMB 8
696,608 696,608 0000000000000000000940602fd14a6f17f7dd04b4a1c48703e200cd87f46fb6 785 0.29/1.00 vMB 13
696,607 696,607 000000000000000000075ed20f50b727e5b4853c8304fab4a0a495bfeaeb6932 2,189 0.92/1.00 vMB 12
696,606 696,606 00000000000000000003f476333e8e8781a3fb9c8cbc7f68e628efeeef7f0500 1,291 0.55/1.00 vMB 13
696,605 696,605 0000000000000000000487b3fc0caccf26b74790ba0355a0f8b1da5dcb5540b8 1,417 0.75/1.00 vMB 12
696,604 696,604 00000000000000000000867ca39488ff5a9828aa9f318f678aeb9de378bf8ae4 2,493 0.85/1.00 vMB 7
696,603 696,603 0000000000000000000538d3e4276f56480877c344477c73bfba4edd60e12c50 2,339 1.00/1.00 vMB 21
696,602 696,602 0000000000000000000df3a48cd8c4301bb7508fe7c58b9b2f4d2d67dec38a55 149 0.03/1.00 vMB 9
696,601 696,601 0000000000000000001079553ff61ac347d8b1999e0cbe41f7ba2df3a6ccb5c1 1,882 0.74/1.00 vMB 7
696,600 696,600 000000000000000000091f472977742bf595af2ce6c840988a00d06fdf6127d2 1,066 1.00/1.00 vMB 7
696,599 696,599 0000000000000000000c36393ededbc2d978a607fe3d481093549fae4ca8fc5f 2,422 1.00/1.00 vMB 17
696,598 696,598 00000000000000000003ed2eca1a1f2abc1d209a77cc6770f3cd3ccff9e8f9d6 209 0.06/1.00 vMB 17
696,597 696,597 000000000000000000120e7c23be32ee7c0f1f309b7b5d6b2a67696aae292d22 1,459 0.51/1.00 vMB 12
696,596 696,596 00000000000000000010497be2418726a1c17bcad9e4b21ad37475224d20dff1 737 0.39/1.00 vMB 9
696,595 696,595 000000000000000000017d5b85f787788789efd8ca430fff415ae82354356678 517 0.42/1.00 vMB 6
696,594 696,594 000000000000000000017b5c3b8e7a8b4755b1dd0f38bceadab3bd4b0d185902 903 1.00/1.00 vMB 4
696,593 696,593 0000000000000000000eb5342e4360ca81f1aebc26a9a09dbc3f0a429fccec6b 1,266 1.00/1.00 vMB 7
696,592 696,592 00000000000000000005a210c95de2b3777873246caac20bfd0b161427c9c192 747 1.00/1.00 vMB 3
696,591 696,591 0000000000000000000ef31f7271b9ed0fbc5c56c233241ab16201769d533191 253 1.00/1.00 vMB 1
696,590 696,590 0000000000000000000bece4fc79d95900a5ac20e25ef2b8c3bfaa9fb94e5a68 1,131 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 783.00 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: 718.48 GB
    • Received: 17.90 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.