Loading Tool

Explorer IconExplorer

Memory Pool

29,040 transactions
6.44 vMB
0.04801651 BTC
  • 1 sats/vbyte = 11 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.97/200 MB

Candidate Block

Mining Attempt ab275794afab14c5a5239560bd591876b0b2fcb1c43e652fd55594348f7e2c7a
Version 20000000
Previous Block 00000000000000000000b34c3fbb0151989a03d8fe589af6a5621528e6786c29
Merkle Root e8702f89a32e97b0725e25d458de72f7dfb2c884582931628cf408a52027ec9e
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,309
Size: 1.00 vMB
Total Fees: 0.03327489 BTC
Median Feerate: 2.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,247 (704,161 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
209,086 209,086 00000000000001f516b94afa82b2036fbc8ddc6e7b38fcb27864b41a3064e7a1 662 0.25 vMB 183
209,085 209,085 00000000000004d87d61e3098ff91d9aafd93d3ba85e27837e28310aa14f3ab8 156 0.05 vMB 95
209,084 209,084 000000000000019786bda3540270b7e73fe2bad4ff21669d71c841aa595d8a60 581 0.22 vMB 182
209,083 209,083 00000000000004b37aa10d15d6952254239c171377b1898c277199d56b2bac20 10 0.00 vMB 15
209,082 209,082 000000000000019dbdaf5e3fde5ea58c98d24bdb0a7230bf38d461a3c7d8768f 45 0.02 vMB 140
209,081 209,081 000000000000025baff7c3befd20e1ccb07a9cb7e67e0437ff5f80cbda21c210 153 0.06 vMB 164
209,080 209,080 0000000000000306fbb4526ef225e86d9daa4ac968b67ed930188d3f3e771896 168 0.09 vMB 85
209,079 209,079 00000000000001991b57a7f352ebc922fce2f6874a97e43b30fce9f21a6d925f 528 0.19 vMB 197
209,078 209,078 000000000000008f9c6fc4eba3b8637446fe99fbe29db2bd72379975f3860063 67 0.03 vMB 132
209,077 209,077 00000000000004a76983763c391f203a9f92516a83e6be2e05b7874f6340a099 58 0.02 vMB 135
209,076 209,076 00000000000002bd6ae114b46b4b73aadbf83328a93ca0d6656f866d2fe00769 502 0.23 vMB 129
209,075 209,075 00000000000004f1eea1b240e17970955accb1694c862a4343f4d1eebe4c8114 183 0.08 vMB 257
209,074 209,074 00000000000003744b05cab440bd209ae45749f0f06d4b7ed0789a5f885f1b61 161 0.05 vMB 22
209,073 209,073 000000000000028a1ad09398589ea52a4a1d2d4eb58514dfabdebcd7d5a6c9f4 206 0.10 vMB 143
209,072 209,072 00000000000001f060f16e967450c38ae6b0254c5a786c910f8e3cae3fe8e6cd 369 0.19 vMB 122
209,071 209,071 0000000000000068de6d3aad4a22cd4ed6d20b544787296935634ae931764106 538 0.25 vMB 140
209,070 209,070 00000000000000e785a61d31a4e4a8e6093673e338ac4beb8603a11f7d55e9b2 12 0.00 vMB 15
209,069 209,069 00000000000003c6d67223e3e3f8c75f54a144c2d75f0b52b878629bd708c5a2 128 0.05 vMB 182
209,068 209,068 000000000000026a273aee1decf66078210dafe9cb3d38d8455a000bf840a512 81 0.05 vMB 123
209,067 209,067 000000000000044adb0fd7acf02f5b7b11aaa0f3281b75dc5447b26ece945306 16 0.01 vMB 73
209,066 209,066 00000000000000981ad9e6fd110c62ce1d28408aca0ef343f6eb06c59c34f3d1 308 0.21 vMB 121
Previous 10 blocks ↓
Total Size: 779.29 GB

Node Details:

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