Loading Tool

Explorer IconExplorer

Memory Pool

74,789 transactions
27.77 vMB
0.07492310 BTC
Random Selection Loading Transactions
Max Size: 168.93/200 MB

Candidate Block

Mining Attempt 7ebbe7e628feebf6f1a71b1fc69f595c42e25069ef15aabf76b40ba52c0847a4
Version 20000000
Previous Block 00000000000000000000333bb349bd4a528f0e80d3cc81bd16791bcab0dd2b8e
Merkle Root 2e7f2e27170998b6aa8ab14098bcaec902b7e8223bde89a039bb04c92174bf91
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,721
Size: 1.00 vMB
Total Fees: 0.01549289 BTC
Feerates: 71.37 > 1.55 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,254 (192,857 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
722,397 722,397 0000000000000000000817b0f0284daed44d50affccf6f76f709ec94e68f3425 2,107 1.00/1.00 vMB 7
722,396 722,396 000000000000000000000321b6576feeb4fcf5a512c4dc2683d395654b00e2e4 2,821 1.00/1.00 vMB 8
722,395 722,395 000000000000000000001eda471d07e05d8d5f1ac1720eedeed31d73c7e239b4 2,110 1.00/1.00 vMB 12
722,394 722,394 000000000000000000048242807ad4c2cfa5933ade33297cb273aa5b468ff4a3 2,650 1.00/1.00 vMB 13
722,393 722,393 00000000000000000002fbcf1de16b1e0671a719ca8e5ab0ab0f05f0fb037081 3,003 1.00/1.00 vMB 10
722,392 722,392 0000000000000000000497eb3b32cdec39fc10cd3474c01093a1827d459f4ce9 2,141 1.00/1.00 vMB 14
722,391 722,391 000000000000000000063c83f57a791bb586955d5a321ba3638fff04c089eae6 2,913 1.00/1.00 vMB 13
722,390 722,390 00000000000000000000ba571cbfe646500f32d69c1415f488233412b2207207 3,025 1.00/1.00 vMB 18
722,389 722,389 00000000000000000008cc7b7793c28ee18f50e34e1bd749c9a055c3f5986830 1,903 1.00/1.00 vMB 8
722,388 722,388 0000000000000000000470375bdf06f81dafa626b5453542a8c3e269968469b1 1,724 1.00/1.00 vMB 8
722,387 722,387 00000000000000000003105f655b077cf2b8d5bd6d9e4995d379082f6e09e472 2,624 1.00/1.00 vMB 11
722,386 722,386 00000000000000000008a0004163120c70ce2aa3fce2b655fb09e8519cf3c8e7 968 1.00/1.00 vMB 7
722,385 722,385 000000000000000000035f300a28f2b7e738ad9eb76e7c0e305ea349ee686729 429 1.00/1.00 vMB 5
722,384 722,384 0000000000000000000579c2823ad4fc28ef4013877b6c6aa81fb1baca57fa64 1,524 1.00/1.00 vMB 6
722,383 722,383 000000000000000000082462175c36ccc2a2ed2f67f38b4b400e02f9b16fb2a6 2,376 1.00/1.00 vMB 12
722,382 722,382 00000000000000000007a69439722aa84a59a2f63304336e3731f0eed6739f5e 3,087 1.00/1.00 vMB 17
722,381 722,381 000000000000000000062444b5ee11d2b308eb45ffaa28d5333ef65dccf5c6f6 1,318 1.00/1.00 vMB 5
722,380 722,380 00000000000000000001dfbb916c6297f7433b1b2123d2f924d07537002c3446 2,367 1.00/1.00 vMB 13
722,379 722,379 0000000000000000000645b6c858b32af9fdb013d466f9d0afb3ae9794ba7ca1 333 1.00/1.00 vMB 8
722,378 722,378 00000000000000000003acc7b9a57c8ba4907a165851d82920adef5bfa441d19 1,803 1.00/1.00 vMB 13
722,377 722,377 00000000000000000002897c47d88fd52f47b9bd3d55aebff2f74953a3e442b1 1,528 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.83 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: 711.78 GB
    • Received: 17.12 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.