Loading Tool

Explorer IconExplorer

Memory Pool

42,057 transactions
26.59 vMB
0.07872684 BTC
Random Selection Loading Transactions
Max Size: 138.90/200 MB

Candidate Block

Mining Attempt c57b4d0dfa7d6f58aea28f81f3085b084c69bc82058f3d9f10367b66a9219367
Version 20000000
Previous Block 00000000000000000000fc48cc8686a8ac722c054bcc7b44a0442c0f1c3ff981
Merkle Root 2aabc6b8da29d08425a7b7b00d3e82c4606e359c4e39dda90ce96ca2990d9a4d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,749
Size: 1.00 vMB
Total Fees: 0.02947896 BTC
Feerates: 151.01 > 2.95 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,883 (389,018 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
525,865 525,865 0000000000000000001072745e5c1f0e3794687d2d05cf9a242bba50c7946b20 187 1.00/1.00 vMB 2
525,864 525,864 000000000000000000376da8d1da35d5350eeac87d52eb7e1772edd76c75b168 607 1.00/1.00 vMB 6
525,863 525,863 00000000000000000037c785f0fa6311ae7d02297b9739f85f70bd607e21fbd0 721 1.00/1.00 vMB 6
525,862 525,862 0000000000000000003406cce32af7ea19ad44d310df96a36b359c75a2bf2de6 949 1.00/1.00 vMB 15
525,861 525,861 0000000000000000000a6536a845d6973d4f89facb9d2f861948c7691b52cadb 426 1.00/1.00 vMB 4
525,860 525,860 0000000000000000000586ebc988140383fd557f9bbc09ca0ac10cff2cb0fafd 646 1.00/1.00 vMB 7
525,859 525,859 00000000000000000031692c9455d080eaa4395f78630ee76d5859738761b390 2,328 1.00/1.00 vMB 14
525,858 525,858 00000000000000000012f8b7426ad5f4ae25ca1e29713e0414857946e20d8bd6 1,939 1.00/1.00 vMB 24
525,857 525,857 000000000000000000010d2fbf7b20c6460ae86d7128bdc51e33f2f7e3627e9a 1,976 1.00/1.00 vMB 18
525,856 525,856 0000000000000000000c0041d434e3fea0e4b88e99e5da28101064ab4bfec1a3 1,083 1.00/1.00 vMB 10
525,855 525,855 000000000000000000287af5d4376a5286e192f63a54c381c9e44e5ddc46ee8e 1,246 1.00/1.00 vMB 14
525,854 525,854 000000000000000000307feb59f978738ce815b8470bb5fcac88de21c131a5df 316 1.00/1.00 vMB 3
525,853 525,853 000000000000000000128795fd0a1f507b0abc4a7a140a2a0acee9ddec25527b 608 1.00/1.00 vMB 6
525,852 525,852 00000000000000000032ea4d0ef6d75240905d4acd935c2ba627390707c3463c 2,501 1.00/1.00 vMB 20
525,851 525,851 0000000000000000000f455bbedaf3b7b76a461f43d848a57e614357abdb29d8 1,288 1.00/1.00 vMB 10
525,850 525,850 0000000000000000000ab17396bfcb6e389eba7d3060d9ba03694c6cbd4cd268 496 1.00/1.00 vMB 4
525,849 525,849 00000000000000000034ee9cbee23e990d20ba00bc905173d1c7e0d7c9702b6f 1,723 1.00/1.00 vMB 16
525,848 525,848 0000000000000000001ef86bcec294842f8d2b8daa2ab0da2cb42aa7071b709f 1,050 1.00/1.00 vMB 12
525,847 525,847 00000000000000000028f746b3bb0a8b26689db32217e7bf6a3865ba4bfb2471 2,231 1.00/1.00 vMB 13
525,846 525,846 00000000000000000033628d1dec38dc282914e34afb691691f8ee03a6bb29cf 924 1.00/1.00 vMB 8
525,845 525,845 00000000000000000034cb9dfac689a8715c30f5b09ec28274541fe0b34334b8 2,829 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.18 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: 653.63 GB
    • Received: 13.97 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.