Loading Tool

Explorer IconExplorer

Memory Pool

80,427 transactions
30.13 vMB
0.08965374 BTC
Random Selection Loading Transactions
Max Size: 180.66/200 MB

Candidate Block

Mining Attempt 5f66d4b8d8cd8588e5eda6ce21dcec84939b990d6f7a1da6dc04986181f2a28f
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root b62513f52fdc875c9db91603d86ad4afdbdc85c3535a54ea4abbce9adc97f30a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,358
Size: 1.00 vMB
Total Fees: 0.02802887 BTC
Feerates: 301.07 > 2.81 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (505,039 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
409,968 409,968 00000000000000000471a10decc0e0d177dd02987adfde76221fed6f87b86303 1,185 0.68/1.00 vMB 26
409,967 409,967 00000000000000000357805792ca1fe70ee5ffbaa3f53115869f08bd77f94e2b 2,690 0.99/1.00 vMB 41
409,966 409,966 00000000000000000580a88567bc5a16e0f9fdb032d0fea2e5889e18e9345eda 407 1.00/1.00 vMB 5
409,965 409,965 000000000000000004232301cd4c0bdaf43cc726e967ee9512f77bbda5a8b333 2,191 0.86/1.00 vMB 37
409,964 409,964 000000000000000006194cff2f35beb71f3111e24f65d3e3eb2989b58dbd0963 532 0.26/1.00 vMB 38
409,963 409,963 0000000000000000024e326cb261aa5256d53fe3d34a011bfc4a233e7887a9ad 966 0.50/1.00 vMB 31
409,962 409,962 00000000000000000445a367b382e290e4d8d41e94af99d7b474b26b9b7a28bf 311 1.00/1.00 vMB 4
409,961 409,961 000000000000000001e0ebf7f407d8f3cd30f05664c8398e29bbc9e14b93cd81 368 0.21/1.00 vMB 35
409,960 409,960 00000000000000000266284317665518f35ebc1d3c9dffe944a46088313e88c0 1,332 0.99/1.00 vMB 21
409,959 409,959 0000000000000000050848094f82f7376ed6082e6c32e8d4e886fc3ee172c6ad 1,946 0.80/1.00 vMB 37
409,958 409,958 000000000000000001d425bed779bbb33978f995e15b10c3b96ad1464a51a675 1,008 0.40/1.00 vMB 38
409,957 409,957 000000000000000005050963900f9275113b0144db285591a4b477429294865b 1 0.00/1.00 vMB 0
409,956 409,956 000000000000000002e974ab91f23a6f98ea7702af4f4601c987ff62f8edfd12 1,555 0.64/1.00 vMB 36
409,955 409,955 0000000000000000012e6803be3e67e8ebe1fd4eb3444c7069a190b4ab8c5b6b 2,223 1.00/1.00 vMB 37
409,954 409,954 000000000000000000fe94848b6cdf00681e44e1f498151ab2aa9c6fc37a3864 1,574 0.62/1.00 vMB 36
409,953 409,953 0000000000000000043e8668c7404875f8cf00b0ad40beb6b10d974b2b2a9cb8 2,096 0.82/1.00 vMB 37
409,952 409,952 000000000000000001e2102825d68f3c7910099f2dd0bb62dca014e38d84eb5d 1,281 0.54/1.00 vMB 37
409,951 409,951 000000000000000001b8cb2af84ef3e2c35c59f077c02b9d2c96dc9ea736ba64 121 0.04/1.00 vMB 34
409,950 409,950 000000000000000002e656f489594d59aceb1a2ff7df6e53712f62be14ecd8fe 361 0.14/1.00 vMB 37
409,949 409,949 000000000000000004da878fdb2cef6f1d2b0643e011558ca20375f7a508223c 1,061 0.45/1.00 vMB 38
409,948 409,948 000000000000000000c56adb6993cb59d0e3e23fe5661dacadfb51d9dec2c476 394 0.14/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.41 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: 664.97 GB
    • Received: 15.07 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.