Loading Tool

Explorer IconExplorer

Memory Pool

39,393 transactions
20.42 vMB
0.08504059 BTC
Random Selection Loading Transactions
Max Size: 112.24/200 MB

Candidate Block

Mining Attempt 5bf1c82dca241cd894cef6b27903b7bfe22290fd7f2012e22503f6ff08294961
Version 20000000
Previous Block 00000000000000000000e9678e3a9241a1ffdbcd1aa54b1d367482d04be74d7a
Merkle Root c6acac85240d4fd38c4c03e5cc330aea44911a6a6cf3da3fa2c33554fc1c017e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,309
Size: 1.00 vMB
Total Fees: 0.04014925 BTC
Feerates: 454.44 > 4.02 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,111 (771,309 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
142,802 142,802 00000000000005c866e9d01f708bc2ba97aa5cc06d4f1cd001cbec776a221c6a 53 0.03/1.00 vMB 171
142,801 142,801 00000000000001b3e41aa833358a2b3b92c4a0c746b16fba217e52b594c9a313 55 0.03/1.00 vMB 367
142,800 142,800 000000000000073f6dc66929dfc124663613b4c9c6a589509d2f004d80d17881 95 0.03/1.00 vMB 273
142,799 142,799 00000000000000b8ce13e651b8509ee2ba6efc92384db2ecbe257f90e91ed1c6 70 0.02/1.00 vMB 89
142,798 142,798 0000000000000312a4439db3852793d2309da40800eb2cdcf46692128facded6 105 0.05/1.00 vMB 167
142,797 142,797 00000000000003cb3ea9f730cc57d940319469d4c125db9deddfa90a04397790 38 0.01/1.00 vMB 102
142,796 142,796 0000000000000853609f6f29a762129ade3477de359ed4fb98379b05d2e6ba91 104 0.04/1.00 vMB 75
142,795 142,795 0000000000000678dbe12b185ddd4d5ecc10c6014f2b1c431bc16f9e58217b4d 20 0.01/1.00 vMB 320
142,794 142,794 000000000000015596faae1edad5065224bcd94a629eb58eae6952e7275bbf79 6 0.00/1.00 vMB 627
142,793 142,793 00000000000001fb13ae03b978ce1a8e42fe30a18aa2161e3a3f197af255d7f3 17 0.01/1.00 vMB 215
142,792 142,792 00000000000002501184a5ccba1009d6c1d98f16dd55be913dc7887b9c93a821 30 0.01/1.00 vMB 155
142,791 142,791 0000000000000393635209153b0a93daf0591f0128f3dde7d46952c395b802d6 27 0.01/1.00 vMB 156
142,790 142,790 00000000000003d1f28e188b90ca0c2c43a7afefd6f7d8c948e868b83eff3492 80 0.03/1.00 vMB 350
142,789 142,789 00000000000002e262a64363a8432f997b1b8dd5f07b91f2cb108b88319d5e6d 5 0.01/1.00 vMB 29
142,788 142,788 000000000000037215baa0bb1dcf5595e3b997ee46c8860238bdff47cf18ddd2 88 0.02/1.00 vMB 69
142,787 142,787 0000000000000165126cdc76575c561f5de6343a276849f6a720037c32a8e1c6 100 0.03/1.00 vMB 0
142,786 142,786 000000000000049007745e071d19a7d8d52be8d381eb9e262756d5d3d8b74b76 29 0.02/1.00 vMB 191
142,785 142,785 00000000000003ff5c1a14e8bb370d06c2d931d50e893abfc88bfd180281ac97 38 0.02/1.00 vMB 58
142,784 142,784 00000000000001993300aae5054eb4d6803e87bca273249bc55eaeb6a771d70b 26 0.02/1.00 vMB 61
142,783 142,783 000000000000011c278af2c6a3fc3373797a9ebfd19d71d548b20587d30cd64f 11 0.00/1.00 vMB 33
142,782 142,782 0000000000000758db9f7c08c5a17aa05e691a5f7b67b693b70acaeb8648fe44 39 0.02/1.00 vMB 197
Previous 10 blocks ↓
Total Size: 780.80 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: 559.64 GB
    • Received: 7.27 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.