Loading Tool

Explorer IconExplorer

Memory Pool

83,347 transactions
31.32 vMB
0.11529915 BTC
Random Selection Loading Transactions
Max Size: 190.19/200 MB

Candidate Block

Mining Attempt 383b11d2d15db16e16a90b6efbb26cac5c8aa25da0e255d9b7b161979b97bcf6
Version 20000000
Previous Block 00000000000000000000464fbd6ccc853e5ba244ebbed6c329fc6ad23af9abcc
Merkle Root f860506fcb0ea47b3b4ef7a3c3a39fa3644491edbec6d6efc802582f90debb02
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,322
Size: 1.00 vMB
Total Fees: 0.03750612 BTC
Feerates: 200.89 > 3.76 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,382 (23,497 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
891,885 891,885 000000000000000000024a027b46d2021a61b55424d07a7128026cb104fdbece 2,863 0.89/1.00 vMB 9
891,884 891,884 00000000000000000000f303edfa5026e9db6ee8b80785a94108e4e8f5a94807 2,012 0.46/1.00 vMB 1
891,883 891,883 000000000000000000018803f4d062a3ea4db1e51b17f18e17329460475c17fc 3,258 1.00/1.00 vMB 11
891,882 891,882 00000000000000000000db9993a56dd1dd9234137a61b5120c0554c34a6a4614 3,630 1.00/1.00 vMB 8
891,881 891,881 000000000000000000014a4b6b93d32f3bbb72d7fbab425cc1fa93b0124c9666 3,118 1.00/1.00 vMB 2
891,880 891,880 00000000000000000000cc68ab15abc3161a4693003ec33daeae4c8dda271833 3,740 1.00/1.00 vMB 16
891,879 891,879 000000000000000000013239d80aa02d4ecf5244cb9aff5ffc9fe8b3668c8004 2,518 1.00/1.00 vMB 2
891,878 891,878 00000000000000000001d2276b0707416968eb1c7504c811b6499407e49f7ced 4,297 1.00/1.00 vMB 5
891,877 891,877 00000000000000000001d2c5a0a64f0c6f5d000f71ac6296a9d0c779a76af936 3,998 1.00/1.00 vMB 3
891,876 891,876 00000000000000000001f8bbdb6846b2225f703e7b182db23fa223bb9d2a9421 3,527 1.00/1.00 vMB 4
891,875 891,875 00000000000000000000441e103c438c10d8d035bb15ccf1d44e807e4647fc0d 3,545 1.00/1.00 vMB 7
891,874 891,874 00000000000000000000b3cc5f94adaa5740adb8b016af0463b784338dd5f569 3,369 1.00/1.00 vMB 8
891,873 891,873 00000000000000000000e246d33e2265e57140082d7eaa1dbe947f5bdac572cf 3,233 1.00/1.00 vMB 1
891,872 891,872 0000000000000000000068ea8382d1ae64191db034317e66c95492e899c934e9 3,219 1.00/1.00 vMB 9
891,871 891,871 00000000000000000002155991876d943afe32aefc189e6a7130146d8f1851b5 2,238 1.00/1.00 vMB 2
891,870 891,870 00000000000000000001d90e7719c2ec1e9ee97792e82aac5de7c91cd69274e8 2,301 1.00/1.00 vMB 8
891,869 891,869 000000000000000000015efea801c385a72b487df4dfc5dfe43d1d427d9b8815 3,751 1.00/1.00 vMB 1
891,868 891,868 000000000000000000010f28c2af7bfc6d2e68f8761c7f3dcc370a46961525d7 3,139 1.00/1.00 vMB 9
891,867 891,867 00000000000000000001cfe840db368cd066ae05ae0dc0ded1f3c8d6212efd72 3,660 1.00/1.00 vMB 3
891,866 891,866 0000000000000000000220a6eb7651137376560d61ea3fcba5e65c870f37dfa4 3,179 1.00/1.00 vMB 11
891,865 891,865 000000000000000000003fb80a0de1ca74836de3262f01ddaa2e4c05d3fa413a 1,982 0.63/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 783.05 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: 720.61 GB
    • Received: 18.22 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.