Loading Tool

Explorer IconExplorer

Memory Pool

16,021 transactions
8.80 vMB
0.01601705 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.75/200 MB

Candidate Block

Mining Attempt b9f45720391809ce1a64b8dfd1f3db049e2ba04c2f17484158a4ecb300d26bc3
Version 20000000
Previous Block 00000000000000000000e7878bdfe788173f6a548f487b1a1f1ab2cffe96a584
Merkle Root 8a5989014d09756afa1d79cc97ba561a09e8eae4b2a593801ea7c2482203929a
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 7,273
Size: 1.00 vMB
Total Fees: 0.00274611 BTC
Median Feerate: 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,510 (717,446 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
196,064 196,064 00000000000000aba6ca010986f2c6b919e1ff0a473a5e559441dd229ad58f35 9 0.00 vMB 15
196,063 196,063 000000000000060e7e874e22396624cfd8c43491de010cc4802915a1fe8135b7 88 0.03 vMB 580
196,062 196,062 00000000000005540afaf72fe37d2380c773258f40e4d76d6b7503ce1ca343a1 130 0.06 vMB 229
196,061 196,061 0000000000000103f8916efc42729faf5eed229f97c79d42a361f3d372ea3774 125 0.05 vMB 330
196,060 196,060 000000000000029f7889b7854fe2d57549bb07c94d494f9cad5f57c7cabd3db1 282 0.12 vMB 385
196,059 196,059 00000000000001d3991d2b7277481c6ddd0c0a8784e971d4302d9a8974460d14 73 0.03 vMB 108
196,058 196,058 000000000000068622324ff8219e78671855b03a5fb04f16019afa6980986788 387 0.15 vMB 292
196,057 196,057 00000000000001f958616a3def0fded2dabdc8fe8e0073cf0157683ef10eeaa5 100 0.11 vMB 100
196,056 196,056 00000000000002ba359d99af9fdd00e4740624934f3fe627a8a3397dda0c16f5 122 0.05 vMB 581
196,055 196,055 0000000000000207a4798d10feea1ebb3caf7a821b1044598013fcfdbd711ae9 128 0.04 vMB 180
196,054 196,054 000000000000009655abb87fa881b171031f12858f32401fc99ac2869120f121 112 0.06 vMB 201
196,053 196,053 000000000000041c4766d00bb0698b2fbf42260b9efd45de47a4807a9124544a 131 0.05 vMB 1,347
196,052 196,052 00000000000005a5d71cc98794c9520a7f3f2943c3223c1d1e192132e6c2fe03 359 0.20 vMB 239
196,051 196,051 00000000000003b5920c966e90ff5ef935f38dab1e72450de10bd615d646ad77 254 0.09 vMB 217
196,050 196,050 00000000000002d99f62fb40421c17f0c8c4a5a41f31a0993ee75fb565e6e587 12 0.00 vMB 14
196,049 196,049 000000000000052844c9c1035a45eec29d4dcf6808a5a756e3d6314b77ff0301 512 0.17 vMB 35
196,048 196,048 000000000000063cd1919042673149777b4bde97a4768445c3bdbe419aa3072f 123 0.05 vMB 448
196,047 196,047 00000000000001023731eb15b80151a076d054d800d4c3374a5ef198c41df329 177 0.08 vMB 131
196,046 196,046 00000000000002bba0eae59b7bc833ed8d35dcde0de0419bd35838c14caba31b 94 0.04 vMB 158
196,045 196,045 000000000000032a055fe4fbc603047080310c3b8d447cab5e1290d454aea57f 368 0.18 vMB 303
196,044 196,044 000000000000058b7158be0436131a91bbd244b009c75548a3723379a0bafb97 98 0.04 vMB 146
Previous 10 blocks ↓
Total Size: 779.75 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: 379.92 GB
    • Received: 1.90 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.