Loading Tool

Explorer IconExplorer

Memory Pool

34,371 transactions
25.78 vMB
0.05630789 BTC
Random Selection Loading Transactions
Max Size: 130.15/200 MB

Candidate Block

Mining Attempt d2c8a1678630ca4a2ad63da58a2c9c222418568c85523d65354361a1c64ec67b
Version 20000000
Previous Block 00000000000000000001faef095747522e6e39b83b4f276b6c552d3f2d0925a1
Merkle Root e114c1cdd17f3625ce727cd006f02258708c627629c250d726b04d733a3167d3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,969
Size: 1.00 vMB
Total Fees: 0.00907821 BTC
Feerates: 532.98 > 0.91 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,657 (399,281 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
515,376 515,376 0000000000000000002c7ca3073158f6d050c5b77b370833e1bec9ebfd2350ad 2,304 1.00/1.00 vMB 8
515,375 515,375 00000000000000000040e68aafe8a27a6bb3bc2d17fd2fdfc8adff6dbb29dda3 1,288 1.00/1.00 vMB 25
515,374 515,374 0000000000000000000d5263bd36e5ea500214a11fccc47adac9d347c4054470 2,150 1.00/1.00 vMB 50
515,373 515,373 000000000000000000506d6795f21b61252dab3020aaa47a39d65089e9943e25 1,163 1.00/1.00 vMB 9
515,372 515,372 00000000000000000021aa79070cc3225036874e61d60b8ff4b602796a18d48a 2,355 1.00/1.00 vMB 55
515,371 515,371 00000000000000000046a79afc22d90ce11c9a946e35b21c9e7ca77d77bb7928 1,691 1.00/1.00 vMB 32
515,370 515,370 0000000000000000001a26c597e58aa34738aa71df688fd423ea112ea0a76cf6 2,246 1.00/1.00 vMB 45
515,369 515,369 0000000000000000004a2b84f93a285b7a7d5d1628f98e4113ccae2b4d684175 1,427 1.00/1.00 vMB 20
515,368 515,368 00000000000000000037ea64cc96d4658f84ff9e1a9e3d09b6f76519ba89cff6 1,348 0.77/1.00 vMB 32
515,367 515,367 0000000000000000004f7b0595ff7949c9dae9cee00b4c37020ec1ed20b86ef9 255 0.13/1.00 vMB 55
515,366 515,366 0000000000000000001aa9083618fa1b265fb64c17f9d5bbc597199ba2bd7a92 1,524 0.73/1.00 vMB 22
515,365 515,365 0000000000000000003eb25d76a1a65407265973cd6a5eb8411db29db0fca444 281 0.23/1.00 vMB 14
515,364 515,364 0000000000000000004a57e9d5a5e4f7c3bedf4ecde73fb0892dc81e873a0605 2,268 1.00/1.00 vMB 31
515,363 515,363 0000000000000000003166dfbc39e023a512587ec6e16d0e6d368093cad7d33d 1,892 0.84/1.00 vMB 26
515,362 515,362 0000000000000000002c31a8bf04c42ccf356b83227eecbe59e3fa9d67e76ac0 1,338 0.66/1.00 vMB 29
515,361 515,361 0000000000000000001206f85be1fb93fac23c64ca7540f91d7093b9650eba05 928 0.48/1.00 vMB 16
515,360 515,360 000000000000000000039dab6a1fc06218ca605f7704ad6e2ab5b7e96ec4054b 157 0.13/1.00 vMB 15
515,359 515,359 0000000000000000004f66d71eb0a102d2f4d981a6fe2b683a89f3ba75be5bd5 781 0.46/1.00 vMB 28
515,358 515,358 0000000000000000003dcc9c58b91e45c6c7adb705d84c6150dcb12eef2f0d41 42 0.03/1.00 vMB 54
515,357 515,357 0000000000000000004a3705a068de83349669f0218a186f39932e2882f88726 134 0.04/1.00 vMB 36
515,356 515,356 000000000000000000048dd302aad601b2e44aceb4bc1586c79c253fbd3ac5b8 68 0.05/1.00 vMB 81
Previous 10 blocks ↓
Total Size: 781.79 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: 633.30 GB
    • Received: 12.19 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.