Loading Tool

Explorer IconExplorer

Memory Pool

116,702 transactions
21.92 vMB
0.06666361 BTC
Random Selection Loading Transactions
Max Size: 172.21/200 MB

Candidate Block

Mining Attempt 9fc8bf7d9c3cd1637f5abfa21b3278fa5381d0be0b2c5709e7a6075699090ae0
Version 20000000
Previous Block 00000000000000000000e5d9055f6300ade3b7ada622ce6451a2f19c136591c2
Merkle Root d4a5877d7d48d7e04d8c8f401429663a93c925ea5d52fd7879b515cd1e9b5810
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,574
Size: 1.00 vMB
Total Fees: 0.01286818 BTC
Feerates: 502.67 > 1.29 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,664 (26 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
916,638 916,638 000000000000000000007cb66bef0d9a810cb1e8e3d4d45e4e9d0f7f7e994267 2,745 1.00/1.00 vMB 1
916,637 916,637 000000000000000000006035482f71403bed80f74f47dd4e46a7bc44f33a61a7 2,203 1.00/1.00 vMB 1
916,636 916,636 00000000000000000001a54579f32327c23c012f018957da7ae40a72763ba8b1 3,926 1.00/1.00 vMB 3
916,635 916,635 000000000000000000005d13ff538ff3dc6958505cb2d67817a01c2ea499d9e3 3,684 0.99/1.00 vMB 6
916,634 916,634 00000000000000000000f879c5361dfbad84a12c72477dc3fa5acf037eb7bd26 3,213 1.00/1.00 vMB 2
916,633 916,633 000000000000000000001f45f734d00be7855691e580b7616994dcd0e3848201 3,930 1.00/1.00 vMB 2
916,632 916,632 000000000000000000019567b3b2a92d925336040d8cc29dbc63989896659136 3,771 1.00/1.00 vMB 6
916,631 916,631 00000000000000000001644b94a5dace81c5bd13c8e010445f91dd9c1eb3a9cc 3,758 1.00/1.00 vMB 2
916,630 916,630 000000000000000000015e478f37a554dd66da3518d2061034fbbdca5cae29d5 3,694 1.00/1.00 vMB 3
916,629 916,629 00000000000000000001a8320aa9b7c0995061fede050fb825d7023843a98faa 3,901 1.00/1.00 vMB 6
916,628 916,628 000000000000000000005d5977f8cfe158c684c2da8b5cb6a0bfab2c0181797c 3,955 1.00/1.00 vMB 2
916,627 916,627 0000000000000000000163ff48c47dd739d08ad764c4180dfb2bb82464ee2049 5,999 1.00/1.00 vMB 0
916,626 916,626 000000000000000000012cdf0a5b7f00c220a52d92411c8cf7fb7a378b593d2a 2,887 1.00/1.00 vMB 2
916,625 916,625 00000000000000000000896472215e276923252c6ac57b1cc6d16028544a95ff 117 0.06/1.00 vMB 2
916,624 916,624 00000000000000000001ed53d35bd417ffd7b2ee64db9d89b1d27926c3312edf 321 0.07/1.00 vMB 2
916,623 916,623 0000000000000000000125e54bc3f53f774dff05426587f87f7a44a172a4589f 6,423 1.00/1.00 vMB 0
916,622 916,622 00000000000000000001f837b017c70da36adc9a58135fe23c68065d62e54d7b 4,222 1.00/1.00 vMB 1
916,621 916,621 00000000000000000001c6c47312286a37e7b4d8baddb5d6b75833e5589abc64 5,560 1.00/1.00 vMB 1
916,620 916,620 00000000000000000001135912692dd4672d2435ac3147d4b62ee910c05f5c73 5,101 1.00/1.00 vMB 1
916,619 916,619 00000000000000000001d6d50bce3ac881e7043af7770e5719e8ac24ef2f22be 3,563 1.00/1.00 vMB 3
916,618 916,618 00000000000000000001d0cbcbfff22353672928079b893edc734877ceb3b6a0 2,400 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 785.26 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: 953.76 GB
    • Received: 28.38 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.