Loading Tool

Explorer IconExplorer

Memory Pool

9,186 transactions
9.37 vMB
0.02438722 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.57/200 MB

Candidate Block

Mining Attempt 22e95858b85d78874f5f13cbdd31bf1dcd995681db0baaf71a8e45de14571ee6
Version 20000000
Previous Block 00000000000000000000786707c7185cfb38fe9a224c64bb9f67929ff2388934
Merkle Root 1c6f5f9de794ba4b16abc855b2c3d83d41764a8ca9c23923d9c2b8225827a216
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,370
Size: 0.99794 1.00 vMB
Total Fees: 0.01063110 BTC
Feerates: 180.34 > 1.07 > 0.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,802 (551,063 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
362,739 362,739 00000000000000000b83ee5011c4562a571644acfdf6c7e88bab2839673d6c20 185 0.10/1.00 vMB 27
362,738 362,738 000000000000000001a461be3102eb80c270f3e1eadcb0d68e4001ca1ea54571 108 0.07/1.00 vMB 28
362,737 362,737 0000000000000000138781826d0ddef4d2c8ddc17628fb52de6de4ed18be248a 459 0.49/1.00 vMB 14
362,736 362,736 0000000000000000122d00133bfd325d5d2ca705b00f75ed8c1c4a36fae7819f 2,030 0.93/1.00 vMB 32
362,735 362,735 00000000000000000164cfae6bf095569f7088495a24ff9b689514c0aa9d359c 415 0.22/1.00 vMB 27
362,734 362,734 00000000000000001444df13283b08c225adf0d112a239697c2eae1038b0fc52 253 0.13/1.00 vMB 23
362,733 362,733 0000000000000000115e7a86ee65b6c38d323c5e67835460300d8f25cd9b11d4 886 0.54/1.00 vMB 23
362,732 362,732 00000000000000000b031d59be313ae54613a42dcb668498b97bf808783539f7 284 0.16/1.00 vMB 25
362,731 362,731 00000000000000000a3474427b49001981f6e2c581e3d2dd2de35dd1e626fc5d 232 0.28/1.00 vMB 12
362,730 362,730 00000000000000000688adc7f04d535b071ff613ae74f00a2a16292a77b4d275 1,035 0.49/1.00 vMB 34
362,729 362,729 00000000000000000f5921b3303f5e11374d2e86ddf6cc789d70483260b285bd 187 0.08/1.00 vMB 33
362,728 362,728 00000000000000000c5917663d4062ab604b13ff4112b38f504d355bce02c188 1,310 0.59/1.00 vMB 28
362,727 362,727 0000000000000000093eb1694b8a647f7955cae46fd4f2620553cf7456993239 14 0.01/1.00 vMB 19
362,726 362,726 000000000000000015faf0fe1bb1a1e1391ac4ac87ddf49e40c12ef05e696b43 745 0.35/1.00 vMB 32
362,725 362,725 00000000000000000cb485af9029721efd3b4536eb2485c1b906ac97c3d797d7 1,012 0.53/1.00 vMB 31
362,724 362,724 0000000000000000082e953983dc2380e1bef66c4ebee1fe061604c49a4646fe 393 0.19/1.00 vMB 22
362,723 362,723 000000000000000014b335165e9355857d8b0257b44371a4220bdb926255537e 1,272 0.55/1.00 vMB 35
362,722 362,722 000000000000000009d7eb1fc8d11e3f69242bfcf2cb47d38fbe5a4870b4a8ef 233 0.19/1.00 vMB 20
362,721 362,721 00000000000000000c3aeadcc66dc71a4edea25cd6c4775b884ca3317019d507 423 0.17/1.00 vMB 41
362,720 362,720 00000000000000000bd19ed1a1f18c85551acc7fe7a3026216d06ceba2d01cf9 836 0.48/1.00 vMB 26
362,719 362,719 00000000000000001137f1e5a135b4d10e979c429527895de6de1bd726c9226f 355 0.26/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 780.27 GB

Node Details:

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