Loading Tool

Explorer IconExplorer

Memory Pool

37,116 transactions
17.98 vMB
0.13377775 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 94.12/200 MB

Candidate Block

Mining Attempt a275b31b879fd7acdff48b909dd273eded986c52fd17515642b481344774d23a
Version 20000000
Previous Block 00000000000000000000d0024eb8576e4875797df41ac22fac4ed73712ea0080
Merkle Root 08b4cca5635876e47c3d014596628b4fe41ec403ae1ba17eb2aae7c48f298023
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 514
Size: 1.00 vMB
Total Fees: 0.02320936 BTC
Median Feerate: 4.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,331 (758,928 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
154,403 154,403 0000000000000dbc2050fc6d09f67f20e81b2097473c24a1a1e70618acff0b6d 40 0.02 vMB 37
154,402 154,402 0000000000000ddf79697811796d5d97c23386594516889e2604ca5bc86c0889 45 0.03 vMB 35
154,401 154,401 000000000000026bf2366c172359c34c819172c251330b5389a40c724d2cb833 21 0.01 vMB 130
154,400 154,400 0000000000000517a6428f4d11295e4f2a4998eae180fb4503126630962c3aed 12 0.00 vMB 31
154,399 154,399 00000000000005c87c9ea774755726716c7b2a8df004cf7c643da2dbf2b07daa 40 0.01 vMB 113
154,398 154,398 000000000000036e2470083ff082f14dae3035cd89a59f382b0a66187e24b4ba 32 0.02 vMB 129
154,397 154,397 000000000000082443169cfcc348d776ee2b11856385b05b09f7511f35c2281f 59 0.04 vMB 74
154,396 154,396 00000000000000d489b70662a22a5fd56464df9fa7e411b4e95f9d96f1d363f5 26 0.02 vMB 59
154,395 154,395 00000000000008715db2f4bd626e971728398ae11f3420e2c3df8568ee16335f 9 0.00 vMB 107
154,394 154,394 000000000000078fb37055d9359649e15407cd167fa577ab5ed98a9e47cb60a9 105 0.03 vMB 67
154,393 154,393 00000000000004a98b6ce047b244744a79f3fbe275a05bda7f70bbfc986331e5 33 0.02 vMB 129
154,392 154,392 00000000000009b6d2aabe78aff484a9635d3b8f3d58bd8a6f69b97979e70cd9 5 0.00 vMB 63
154,391 154,391 00000000000007cc8365ff7a7bfe87f71ebe126d7d95c6d02040ee7092846d12 65 0.02 vMB 10
154,390 154,390 0000000000000a99acfcef6f4c609d3895a958b67f321045baddcf525cb2c0e7 20 0.01 vMB 55
154,389 154,389 0000000000000ad32ca4365d2d73ccefabd6a40395c76240d26085cbee2504e7 133 0.05 vMB 5
154,388 154,388 000000000000065c67a7ce46fc875221e7257706db04a276379f0718e45d57ee 85 0.03 vMB 63
154,387 154,387 000000000000032ab922bfcd93afc6a15d5b522d027fd97c6c0128791365c15b 80 0.03 vMB 59
154,386 154,386 00000000000002a58502ee79abb9ac3c4117a00382f277d602d63499415b16ea 97 0.04 vMB 91
154,385 154,385 00000000000008f209cf9ecbfa522b0b4f0ce4a9e3bf840328b695813d89f4c9 196 0.08 vMB 176
154,384 154,384 0000000000000a5f94d3e548e27b825d57c8574962c702c090ed9020cae9088b 1 0.00 vMB 0
154,383 154,383 00000000000007275d9f3c7a259fd4021987c4564641f26af2d1e5ad386395b5 2 0.00 vMB 16
Previous 10 blocks ↓
Total Size: 779.44 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 87
    • Outgoing: 11
  • Data Transfer:
    • Sent: 132.65 GB
    • Received: 0.55 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.