Loading Tool

Explorer IconExplorer

Memory Pool

73,566 transactions
27.25 vMB
0.06443819 BTC
Random Selection Loading Transactions
Max Size: 166.36/200 MB

Candidate Block

Mining Attempt 04adf9f2dc726985a743da1d5be1db41da3fff383fe696c831bdb3005e23d430
Version 20000000
Previous Block 00000000000000000000021ebf7cb9461533c1f4d147f514574604ef61f93ece
Merkle Root cdad358908aaab9793645279e72e5b4a0d9c11a0bbf1803f5ec4dfe99e734c56
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,609
Size: 1.00 vMB
Total Fees: 0.00657565 BTC
Feerates: 402.60 > 0.66 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,316 (347,443 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
567,873 567,873 0000000000000000000a1d31e714a69368881bfdb81cf568f9d5813fcc39e73a 1,966 0.92/1.00 vMB 5
567,872 567,872 00000000000000000001258e37facb11461441b1fb403f9d766383f2b918c4e5 3,009 1.00/1.00 vMB 20
567,871 567,871 0000000000000000002e4d0b3c7100155434fb8910a39615235b944cd0deff11 675 0.26/1.00 vMB 18
567,870 567,870 000000000000000000151f9e64f2e2b57d297ff028c54d7b0f976a77b0fd7735 1,064 0.33/1.00 vMB 15
567,869 567,869 0000000000000000000b149098f1e03f0f037c268cd402d61bb237ae62649bb8 432 0.15/1.00 vMB 20
567,868 567,868 0000000000000000001f2e8d2bf7f784104eb1d57692f719a60a93610a7d3e30 1,613 0.51/1.00 vMB 15
567,867 567,867 000000000000000000118a1a58965d30b4af7481565b24751e861ebef5a27cfe 665 0.23/1.00 vMB 18
567,866 567,866 0000000000000000000113a81518855e9bebeb5d8b2f9bfaa9d3b0d48f8bbe7d 2,124 0.88/1.00 vMB 15
567,865 567,865 0000000000000000001c6278cb8d2caf2bafd52e56734d8c270fbb0b36b66724 396 0.15/1.00 vMB 18
567,864 567,864 00000000000000000029993b17fde052f6f5aaf3073830d48f53e9f04ab4f4cc 1,256 0.66/1.00 vMB 6
567,863 567,863 000000000000000000205df44d5891823a0db768062494d4481aa40fd827aa1b 2,792 1.00/1.00 vMB 22
567,862 567,862 0000000000000000000ac3b1f0419c9408633a9d06f85be243c081c84b3c05f8 472 0.15/1.00 vMB 18
567,861 567,861 0000000000000000001cab00f3d650b2481ed7e612c99a03060ceb77349cd7fc 225 0.07/1.00 vMB 13
567,860 567,860 000000000000000000163715b110f767940f87e61a612f061348c0bdc2c39265 979 0.91/1.00 vMB 2
567,859 567,859 0000000000000000002294a30635480034592d55853b30d3eaf4b9977cae7ff2 2,142 1.00/1.00 vMB 11
567,858 567,858 00000000000000000013e80aa89113a6baf4810b47e43405a1232a1aa9172299 2,114 1.00/1.00 vMB 5
567,857 567,857 0000000000000000000f576db57bb5beaa248aac0b249610d0ab6f9fdd3013f3 2,680 1.00/1.00 vMB 8
567,856 567,856 00000000000000000021498332224660d34919e4d7ff7c21ad244d439fc00d63 2,907 1.00/1.00 vMB 15
567,855 567,855 0000000000000000002e2c16fe9a9b929b63f60ae53fb56f95b5144b1cf6f1f5 2,449 1.00/1.00 vMB 19
567,854 567,854 00000000000000000012e4d59b77b6281741a5115cd184a109c658227bba552e 1,549 1.00/1.00 vMB 15
567,853 567,853 0000000000000000002552db8b1a46a104c0c02a160399e6bf4ada79b44d7b1c 2,234 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.94 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: 714.86 GB
    • Received: 17.60 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.