Loading Tool

Explorer IconExplorer

Memory Pool

82,373 transactions
30.43 vMB
0.10373607 BTC
Random Selection Loading Transactions
Max Size: 185.69/200 MB

Candidate Block

Mining Attempt 4e0b1ac2459764eea374e7b1332a3e1736d6c79b44e98d887f23a28797945383
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 530e7d9317e983253c012505db26e0dd352421d237d63c9aef1538b8141106b9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,715
Size: 1.00 vMB
Total Fees: 0.03285347 BTC
Feerates: 402.60 > 3.29 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (218,716 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
696,589 696,589 0000000000000000000f12b5698e8f33227905646ccafbfa620188bdae5f2923 2,358 1.00/1.00 vMB 13
696,588 696,588 00000000000000000008414f9f73b8612d983ffe95ea02d7dbabe521b4d9b694 2,123 1.00/1.00 vMB 11
696,587 696,587 0000000000000000000d25488594260082d3aa8149e024efea14104d1d433961 1,813 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.95 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: 715.22 GB
    • Received: 17.67 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.