Loading Tool

Explorer IconExplorer

Memory Pool

28,799 transactions
7.97 vMB
0.08587908 BTC
  • 1 sats/vbyte = 6 blocks ()
  • 2 sats/vbyte = 4 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.71/200 MB

Candidate Block

Mining Attempt 409655a15fa466ec321c5caf20166b73df092d995e111e4590dd8f281c3df6e3
Version 20000000
Previous Block 00000000000000000001b7add582d921f101de9fc752a46556c714c2f52b53d9
Merkle Root 70390f97d3c60609c829d6e1f89ddb9789fcd1fefe40fa61916935d7987de2b9
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,186
Size: 1.00 vMB
Total Fees: 0.04140117 BTC
Median Feerate: 4.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,186 (756,304 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
156,882 156,882 00000000000003b5a20a7cfa4902da993b8ec70534a35efc545c89bb2f4d6dd5 0.01 MB 49 0
156,881 156,881 0000000000000568f1dcdc3b62ca0e21dd837d96a9ff431094a7bb9769c2188f 0.00 MB 12 32
156,880 156,880 0000000000000327ffcbe1eb0adc549c80c292939efe92c93e542b353c3d6b20 0.00 MB 1 0
156,879 156,879 000000000000028bee8b3af36458a90fe684ac2d0484c50a3bf7d4381266ad84 0.02 MB 53 80
156,878 156,878 0000000000000f3961ff0dd0602f46b1b635bdf092b47995d97624c282d444ae 0.00 MB 7 0
156,877 156,877 00000000000006ea4e3d6a5c629b797f7cf189ddddb3850b17f7b7c83e21a4a4 0.01 MB 10 125
156,876 156,876 0000000000000cd1a71564497e823769168da1a7ebe1d416c5594a454baa726d 0.01 MB 30 155
156,875 156,875 0000000000000142cf9095940ba38a9b93a938a56875aea5731cd477a5beee70 0.01 MB 50 3
156,874 156,874 0000000000000b6540b9e72984c31edb0e8792d3745e9b9df8ab156e1de6c8b8 0.05 MB 110 161
156,873 156,873 00000000000009e386dca187305b73abbf30e6a92ccbd27db9f25ca59a1e68e9 0.03 MB 71 11
156,872 156,872 00000000000001c0bee08e6ec78e7802816c0c0dd71dcc6b0516a35eadc56254 0.00 MB 11 481
156,871 156,871 00000000000007f25449a868b00000883b9bb75f024bf33b85d9b21c9033014c 0.08 MB 13 50
156,870 156,870 0000000000000abbf71fb0b0b1b7793bd20cecef278ce544aa143dba8a647282 0.02 MB 42 12
156,869 156,869 00000000000002bd9cc33fbf8cfeb874a79bc51295c3c14a583178c258c1784f 0.12 MB 379 172
156,868 156,868 0000000000000aaabed6e48fa67fce170b7a22069bfc8d474b6a27666aba106f 0.00 MB 13 50
156,867 156,867 00000000000009793e726e399f4feae6331d7fbb732fd09d73e0f12607a2b637 0.01 MB 36 15
156,866 156,866 000000000000041512983faf279bab0099b5c0553b937ee69fe2b17431ec8605 0.05 MB 183 173
156,865 156,865 00000000000005979fda9dd468a3e618c59fc02d442de90776a6b9774454b785 0.00 MB 8 309
156,864 156,864 00000000000003438e8c67500f34dd32bb1bf0d251a5c230c407641961c85b41 0.03 MB 92 174
156,863 156,863 0000000000000516a262a33d365201dc605447aee586799c9abfb398fbb190c3 0.03 MB 29 99
156,862 156,862 00000000000009622f5463e5142bc70fe22c757aa03ade5e3acf64b2a48d62a1 0.00 MB 8 50
Previous 10 blocks ↓
Total Size: 779.18 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 54
    • Outgoing: 10
  • Data Transfer:
    • Sent: 10.35 GB
    • Received: 0.23 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.