Loading Tool

Explorer IconExplorer

Memory Pool

28,745 transactions
6.77 vMB
0.05820699 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 47.67/200 MB

Candidate Block

Mining Attempt 4a896b6de83c544b8d0e7156d2dfe4da09931cb761802929c4fe5f5aed77a8bc
Version 20000000
Previous Block 000000000000000000018eebed2d7232c099f5b7cebd2db9e37dda09ff54ec27
Merkle Root 46a80d6116abe8e46a552b918f9c20886321beb284449e9196c3d4c1012ecbd9
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,960
Size: 1.00 vMB
Total Fees: 0.03475076 BTC
Median Feerate: 3.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,209 (772,020 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
141,189 141,189 00000000000006c183f1ee504838cb3ec3d06fcba253118dbd365aeab1a350d2 0.01 MB 16 637
141,188 141,188 0000000000000930e27bf4ad3b097f7e2a4e24ecf98ab92e9dbbdbca9e14cf42 0.04 MB 90 291
141,187 141,187 00000000000008766db8c1aa2e9b26533ad2c8e19af7363d79eaa1aacaae1536 0.04 MB 99 89
141,186 141,186 00000000000004bf42855b02dd96d690a8ceddc3b5ed5c9b7f29874bf67ef8f7 0.05 MB 128 285
141,185 141,185 000000000000057947c7901acce6b20f01b132efd80f37a59957de16b2096040 0.03 MB 100 35
141,184 141,184 000000000000042b01ffb9677d4103c1c28d1c6192458a2c341e4b3922897cdd 0.05 MB 114 195
141,183 141,183 0000000000000296cfb21a5dfd87900fbed031987790ce17a08c85cc63d1fc5d 0.01 MB 28 74
141,182 141,182 00000000000005d10a4960b85ff1528cea3a453f27d13a98f29fd939542cb7a9 0.07 MB 177 153
141,181 141,181 000000000000039b5dccb5b6362d5481ff754001b0ac881e7c435d265e933853 0.01 MB 13 209
141,180 141,180 000000000000093c5cc390c4f9f44476af074ba4f6ede2eea5b7f9578e57a8fc 0.01 MB 25 159
141,179 141,179 000000000000051cb5edbee79903e14c571d75f7b9908a12194a0b4062fcb3be 0.08 MB 191 142
141,178 141,178 000000000000079d9f2312c4a55fd6e51ba306cb19b31274132795eedb678c9b 0.02 MB 60 153
141,177 141,177 00000000000004bbf27d969fa2b16be5a3876585f6515127ea9de3fd4850a7eb 0.04 MB 133 12
141,176 141,176 000000000000036f9c2d1b0c7c27e2c98441ee35ded102df60f20816d7f958bf 0.05 MB 95 92
141,175 141,175 00000000000007d4f7897d4969d684ebed24deb4439e9060ea0a5fd1a7dc5ca4 0.00 MB 12 731
141,174 141,174 00000000000001f9b61dee68892572987f101f107defd693732f9b369784d4e5 0.05 MB 129 147
141,173 141,173 00000000000002f6bf2308ff6e0c10284c42c9f6be1104698ec52634c0fdfc5f 0.05 MB 120 224
141,172 141,172 00000000000001bf67ffeac219078ca335dab4244e6908ca8119936222ea0a1b 0.05 MB 122 93
141,171 141,171 000000000000014fb652973c5e3fc990a28efac6b17c23cce2fee7d12c2ef09f 0.01 MB 19 1,544
141,170 141,170 00000000000001021428af3e74028795f127ba18fb2b8b51a8a723daf89dbe54 0.05 MB 115 240
141,169 141,169 0000000000000593d9cd81b3c0fa7ed67f347c6e977abcad52d7e53169afb35e 0.01 MB 27 133
Previous 10 blocks ↓
Total Size: 779.22 GB

Node Details:

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