Loading Tool

Explorer IconExplorer

Memory Pool

25,134 transactions
11.97 vMB
0.03306458 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 68.08/200 MB

Candidate Block

Mining Attempt 5f71a6b43bef3a80ee4c03151a70ef8ad60c0de1d839b63cab42657d24db9efd
Version 20000000
Previous Block 00000000000000000001cb1dcfe18d51d0ea6c316116de2e90aa455f75c88032
Merkle Root cf173b3122a062c7d3543c234675af93bfeb1422e25223f563c79bdd4a18daa7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,775
Size: 0.9979905 1.00 vMB
Total Fees: 0.01297469 BTC
Feerates: 59.19 > 1.30 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,646 (717,603 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
196,043 196,043 0000000000000134254d1803617e6310235cadb06d49f6f696984360a6010cc2 507 0.13/1.00 vMB 1
196,042 196,042 0000000000000399666493dd1cba8c8558055d04ffb91e4e1e3a11551fd82f64 22 0.01/1.00 vMB 213
196,041 196,041 000000000000058095832844b87cf7c3f567276c540ef9a460f9972527ad2c7d 67 0.02/1.00 vMB 124
196,040 196,040 000000000000030428313b89ecf80227b1265d06c770ef6bec10eed480dced10 134 0.05/1.00 vMB 102
196,039 196,039 00000000000006c2bb3c3432f9d54874871cbce2d809066d706f9c7ce691b29e 32 0.01/1.00 vMB 0
196,038 196,038 0000000000000599d86b65b9ab03dfc3c23aea362a57456c2ba370d34649adf7 523 0.14/1.00 vMB 12
196,037 196,037 00000000000004a374f9d4cdff681740b7a0b03080d9db78ffa74df603469289 18 0.01/1.00 vMB 120
196,036 196,036 0000000000000090148720c77b744504d4849b42d9e5a2e1f234c085838a1f40 162 0.08/1.00 vMB 353
196,035 196,035 00000000000004fe92d63149e8e982be4602d10b8a3aade6aba070d5ebd39305 123 0.06/1.00 vMB 360
196,034 196,034 000000000000037c3fee8224f170982d06c86fe52977609b72134dad8bea69dc 8 0.00/1.00 vMB 641
196,033 196,033 00000000000001f0975d7c0cdcaa524d9a1a19faf8faf7e89ff4dfbd73d8e257 12 0.00/1.00 vMB 77
196,032 196,032 000000000000034238e9a26b28f6e7fe84823861d73fd85c37ae0493d1b5a3d5 50 0.01/1.00 vMB 173
196,031 196,031 000000000000044dffc0f608e8df4cadced0be1ca70be2b8fb485f5f714e15a4 208 0.08/1.00 vMB 194
196,030 196,030 00000000000001d5eb316b26aa09f8dbae8fdd72cc237bb188bf4e21bf220522 126 0.05/1.00 vMB 120
196,029 196,029 000000000000026b3a2f41f0621085c1e04d51d17ee07004126c7be6b4035cb3 27 0.01/1.00 vMB 187
196,028 196,028 00000000000005d63ba734a7c6f197dbb526335ecdbe279ab9a0265f783858a3 151 0.06/1.00 vMB 140
196,027 196,027 000000000000061a9e7540272dd4cb607350b5f704d89bf87d4757078e0d2aa5 375 0.14/1.00 vMB 310
196,026 196,026 0000000000000627a077a5b46189adeb9b345d3f5b9a4c8cfd847f5ba67af26c 1,024 0.29/1.00 vMB 45
196,025 196,025 0000000000000140d11d388934c93e30371cf69e6107e5583e896fab56a84b67 230 0.19/1.00 vMB 159
196,024 196,024 0000000000000154e0b7d8f49ddb312c7de301bd5ac9f8a215adc5fab6645077 128 0.07/1.00 vMB 98
196,023 196,023 00000000000001543e281f9525e73d2f617a68a76556d83bab798a21af5a1535 97 0.05/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 779.99 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: 472.25 GB
    • Received: 3.03 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.