Loading Tool

Explorer IconExplorer

Memory Pool

51,521 transactions
29.26 vMB
0.07977708 BTC
Random Selection Loading Transactions
Max Size: 158.28/200 MB

Candidate Block

Mining Attempt ef0c90fefe1802787de770bfffc2b8d826526f87ac9e1b92a192f0de82110ba7
Version 20000000
Previous Block 0000000000000000000191cff1c72555e27a3caba96683c65a586451f3da17d1
Merkle Root 77b8820a42652c09d95a93a488decec6d701f35801a6aa5ca7a1b73d335bd029
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,413
Size: 1.00 vMB
Total Fees: 0.02375369 BTC
Feerates: 173.90 > 2.38 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,840 (504,459 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
410,381 410,381 000000000000000005083f825eb64b716457ddf079c06c2109a4b9598bb496ea 2,254 1.00/1.00 vMB 35
410,380 410,380 0000000000000000011233e6d26c248cd0d68fbfd21a5e968eccc72ab4eaf516 3,090 1.00/1.00 vMB 53
410,379 410,379 00000000000000000245f082ce9feec4ec22eaa02b13010f34592471b77fa081 1,016 1.00/1.00 vMB 152
410,378 410,378 0000000000000000053cf3a2f3ec04bd8c4aee6c1976f767c83a5579bf21ce49 2,071 0.99/1.00 vMB 43
410,377 410,377 000000000000000005a74e4d4f02dbb23438ae57c6aa72d813250ebf0495a7b7 974 0.99/1.00 vMB 22
410,376 410,376 0000000000000000025bb8b4f202a9e041bc7ab906b8978a5debb4a386cab62f 1,717 1.00/1.00 vMB 28
410,375 410,375 000000000000000006180b6ce488ca2a779ed6ee460363489a04716f5f371c23 2,247 0.75/1.00 vMB 58
410,374 410,374 0000000000000000039e0737fb5a1bfc11a05e00dfe35f96ac0e93ded873bc0e 2,750 1.00/1.00 vMB 49
410,373 410,373 00000000000000000038ab39d2f00850e6635a370d8aa5cb97b7856b90eebf32 2,997 1.00/1.00 vMB 71
410,372 410,372 00000000000000000620fab409d87d21bb940aed5d1d516e1e014aa579757da1 2,038 1.00/1.00 vMB 39
410,371 410,371 0000000000000000054f01ab01b867ce0fe579e18737a9c82653670aa84cf553 2,791 1.00/1.00 vMB 43
410,370 410,370 000000000000000005025d88492c54a51ac3bccaaa15c12a05aee16a28d6b294 2,792 1.00/1.00 vMB 67
410,369 410,369 00000000000000000415de63d18409282b5a0bb17664c8eaf24170c1eaad5251 2,112 0.93/1.00 vMB 50
410,368 410,368 00000000000000000366b48b0c19e4a6e1a47bca99c0d6d7c0f47429e6a62671 1 0.00/1.00 vMB 0
410,367 410,367 000000000000000002c5972198fa46079cfa4be9a8dd60e3f453de60b5a45eba 3,690 1.00/1.00 vMB 81
410,366 410,366 000000000000000004da9830254020fe167b6eb19c0cf01acec9985b14d8b1a8 1,323 0.88/1.00 vMB 26
410,365 410,365 0000000000000000004e5c82c7ccd0fdf9b2f48d9ebce8ae6e546f8a734b89c5 1,504 0.99/1.00 vMB 24
410,364 410,364 00000000000000000598984be9e959981ec82722df5b4056f553ee37ed2f9876 2,728 1.00/1.00 vMB 40
410,363 410,363 000000000000000001a92949befa29e480da3e9ed4709989c87e8d526de21529 3,427 1.00/1.00 vMB 68
410,362 410,362 0000000000000000007050e2b51c899446d0023ead142a70fe9309f1f8a81767 2,672 1.00/1.00 vMB 77
410,361 410,361 000000000000000004a90016722c14de39968686ea4d2d69f4e1f1e84e54f39f 1,565 0.99/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.11 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: 651.84 GB
    • Received: 13.65 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.