Loading Tool

Explorer IconExplorer

Memory Pool

43,293 transactions
20.35 vMB
0.06719301 BTC
Random Selection Loading Transactions
Max Size: 114.52/200 MB

Candidate Block

Mining Attempt 32f593afedcadc42fed526462ca24e790cc4fa81bb7968daeef1dcd9757c7c0c
Version 20000000
Previous Block 0000000000000000000111c5462029cd7cf4d94fe7e850b453480c9b7daa08cf
Merkle Root d6aeabd3a3966cf31d4d6968dd45e8c0c16f724438af055aac804a6bfb2a7026
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,026
Size: 1.00 vMB
Total Fees: 0.02675899 BTC
Feerates: 265.25 > 2.68 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,067 (771,276 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
142,781 142,781 0000000000000835b0eaace9e1ead2fdd436b7eb1820d06339cdf42633583329 39 0.02/1.00 vMB 80
142,780 142,780 00000000000004dd58743df0e2faf78c0627af0778b0e8f80945c2ae629da029 42 0.02/1.00 vMB 185
142,779 142,779 000000000000001a98eec9a159284264a2c863b3ab9cffb5a6f41d8a185607c5 10 0.01/1.00 vMB 31
142,778 142,778 00000000000001704bb5b0f92ef3dff0c6e551a2ee64d1535a103935d64d248a 120 0.05/1.00 vMB 72
142,777 142,777 00000000000004ae2250014adeb63c81e992d50d5bacb981be68100979b814d3 8 0.01/1.00 vMB 822
142,776 142,776 00000000000008d17e64bb6c32474edbbad6c2b635088e0a20e79f5d111a6845 125 0.05/1.00 vMB 40
142,775 142,775 0000000000000309ed9477ecadf730b72328feecb5aee2b6d2358d61706c5fd7 106 0.06/1.00 vMB 241
142,774 142,774 00000000000005b3254fccfd6f808d2a5a0f11ef975c6a2b5db70ec43fc808a3 4 0.00/1.00 vMB 129
142,773 142,773 00000000000007f6010dc005b7bac4dc6c3795f06b3075997079be5774e935ab 62 0.03/1.00 vMB 245
142,772 142,772 00000000000005957d7b836eebfc4dcd5859be2bfe4010cc186d7225ad2d61b3 149 0.05/1.00 vMB 43
142,771 142,771 00000000000000a14e9ac8b66894de17f1c9a594ea6afd7a0529e4ea93e44ea1 24 0.01/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 780.71 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: 554.93 GB
    • Received: 6.84 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.