Loading Tool

Explorer IconExplorer

Memory Pool

40,524 transactions
17.81 vMB
0.15655360 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 98.35/200 MB

Candidate Block

Mining Attempt f6eb5acbe41a3781a2f27e2d2b0c95d68e65bdb82bed3489820648e1ffbf9fc8
Version 20000000
Previous Block 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b
Merkle Root e6a0acced019451f5836d32b21d5faf6a6d59f9e0828030a2e08b93bdc622d86
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,207
Size: 1.00 vMB
Total Fees: 0.04739607 BTC
Median Feerate: 4.03 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,321 (657,666 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
255,655 255,655 0000000000000024ce28cf9b5ac30dcaf8fa49f46b37cd05bc88a7b9708c99be 68 0.03 vMB 124
255,654 255,654 0000000000000030c75355f3e131ad372595a357d13493f029f3e0181657de42 373 0.14 vMB 115
255,653 255,653 000000000000003ed61fb636cfe793d042e887b29f22bfb912159869ca578c55 105 0.04 vMB 119
255,652 255,652 00000000000000153a1c7dd394b82f916c8193733b9def358d71e3fbbad4e2eb 350 0.12 vMB 226
255,651 255,651 00000000000000075ac2037beb2cae332798e0483ff65d45ce027a4283c6f4da 9 0.00 vMB 110
255,650 255,650 000000000000001a091700b0cf2e5f7a8e884f961414e8e9ea58cb0aaf2ed3f2 194 0.07 vMB 215
255,649 255,649 000000000000003f919eca7f0f5f4a41796340155dc5df81517d3b85a0a6618e 311 0.15 vMB 112
255,648 255,648 00000000000000413082b7fe98ac0e484b01b90f021acae54955117bfa977eba 268 0.11 vMB 134
255,647 255,647 0000000000000038829d153c719e2aae2d1057c6025250d75e180781dfa5792e 87 0.03 vMB 136
255,646 255,646 000000000000000abfe2e0a92d6df645c71086e726139aa87ddf2c58fd1d32a7 85 0.04 vMB 126
255,645 255,645 00000000000000194f630a48030477e5ad04037d2126830ed5e6bf5e04739dc7 134 0.06 vMB 97
255,644 255,644 000000000000003239345fcd56aadc1aa59a66edda68da3f5295fdbb23487690 756 0.30 vMB 127
255,643 255,643 000000000000000edb70bd2dd6a15bf88e579237547f82266d1af9784ebdda53 482 0.19 vMB 138
255,642 255,642 000000000000000b3e0c4a6af019cace28d9b4cb8154e20ff9fad3d465cdac70 402 0.16 vMB 119
255,641 255,641 000000000000002be145a385753f989965efcf4f63f20559c6214fa91a63057c 152 0.09 vMB 103
255,640 255,640 0000000000000023490fe0bb8e288b0552b838e4074fe619140a3d9b9d59202e 150 0.06 vMB 150
255,639 255,639 000000000000000e047eb3563b112e5fb0a06fa9eb0b35def7dce6cbae3952ac 212 0.10 vMB 129
255,638 255,638 0000000000000036b0f929708fec8a999de783849869936f077558f1cea0a833 32 0.02 vMB 99
255,637 255,637 000000000000001b628b2c8c31ca0369e935995606a231b5db414706f88ef6a7 472 0.25 vMB 124
255,636 255,636 0000000000000007c1dca59b6baf5265fd9cf1e6700b57c8339bf53667f46606 376 0.17 vMB 113
255,635 255,635 00000000000000238afbb46e2b05a3dbb44b411626c69bf8973114ad684f1ae2 365 0.17 vMB 128
Previous 10 blocks ↓
Total Size: 779.42 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 92
    • Outgoing: 10
  • Data Transfer:
    • Sent: 112.50 GB
    • Received: 0.47 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.