Loading Tool

Explorer IconExplorer

Memory Pool

25,802 transactions
10.97 vMB
0.02731435 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 62.31/200 MB

Candidate Block

Mining Attempt f295ed87eea223ddfab84a62ef4a4c5804b832a6cb6edaec8d0e177f418e40be
Version 20000000
Previous Block 00000000000000000000c77be48452bb25f0dd2b745c8e738aabebe40d3c9e3f
Merkle Root 2dfe9b20e55f1e4c983316ed8282591992cfd57dac33b4c5064307b6573a5091
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,996
Size: 1.00 vMB
Total Fees: 0.00906511 BTC
Median Feerate: 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,511 (717,459 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
196,052 196,052 00000000000005a5d71cc98794c9520a7f3f2943c3223c1d1e192132e6c2fe03 359 0.20 vMB 239
196,051 196,051 00000000000003b5920c966e90ff5ef935f38dab1e72450de10bd615d646ad77 254 0.09 vMB 217
196,050 196,050 00000000000002d99f62fb40421c17f0c8c4a5a41f31a0993ee75fb565e6e587 12 0.00 vMB 14
196,049 196,049 000000000000052844c9c1035a45eec29d4dcf6808a5a756e3d6314b77ff0301 512 0.17 vMB 35
196,048 196,048 000000000000063cd1919042673149777b4bde97a4768445c3bdbe419aa3072f 123 0.05 vMB 448
196,047 196,047 00000000000001023731eb15b80151a076d054d800d4c3374a5ef198c41df329 177 0.08 vMB 131
196,046 196,046 00000000000002bba0eae59b7bc833ed8d35dcde0de0419bd35838c14caba31b 94 0.04 vMB 158
196,045 196,045 000000000000032a055fe4fbc603047080310c3b8d447cab5e1290d454aea57f 368 0.18 vMB 303
196,044 196,044 000000000000058b7158be0436131a91bbd244b009c75548a3723379a0bafb97 98 0.04 vMB 146
196,043 196,043 0000000000000134254d1803617e6310235cadb06d49f6f696984360a6010cc2 507 0.13 vMB 1
196,042 196,042 0000000000000399666493dd1cba8c8558055d04ffb91e4e1e3a11551fd82f64 22 0.01 vMB 213
196,041 196,041 000000000000058095832844b87cf7c3f567276c540ef9a460f9972527ad2c7d 67 0.02 vMB 124
196,040 196,040 000000000000030428313b89ecf80227b1265d06c770ef6bec10eed480dced10 134 0.05 vMB 102
196,039 196,039 00000000000006c2bb3c3432f9d54874871cbce2d809066d706f9c7ce691b29e 32 0.01 vMB 0
196,038 196,038 0000000000000599d86b65b9ab03dfc3c23aea362a57456c2ba370d34649adf7 523 0.14 vMB 12
196,037 196,037 00000000000004a374f9d4cdff681740b7a0b03080d9db78ffa74df603469289 18 0.01 vMB 120
196,036 196,036 0000000000000090148720c77b744504d4849b42d9e5a2e1f234c085838a1f40 162 0.08 vMB 353
196,035 196,035 00000000000004fe92d63149e8e982be4602d10b8a3aade6aba070d5ebd39305 123 0.06 vMB 360
196,034 196,034 000000000000037c3fee8224f170982d06c86fe52977609b72134dad8bea69dc 8 0.00 vMB 641
196,033 196,033 00000000000001f0975d7c0cdcaa524d9a1a19faf8faf7e89ff4dfbd73d8e257 12 0.00 vMB 77
196,032 196,032 000000000000034238e9a26b28f6e7fe84823861d73fd85c37ae0493d1b5a3d5 50 0.01 vMB 173
Previous 10 blocks ↓
Total Size: 779.75 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 380.91 GB
    • Received: 1.92 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.