Loading Tool

Explorer IconExplorer

Memory Pool

76,075 transactions
28.79 vMB
0.07078685 BTC
Random Selection Loading Transactions
Max Size: 175.96/200 MB

Candidate Block

Mining Attempt 2853dc9167805c6bbe845545b32aa3b0af7fb54bb0c2d07a5bcb57aa25f69d0f
Version 20000000
Previous Block 00000000000000000002081bcce6fc49846f150f75df4e6cbf49c65242f03bc0
Merkle Root 139bc025f6e9743aa217f3b1c64afbacee8bb4651383599e5ac50c654e2a051e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,946
Size: 1.00 vMB
Total Fees: 0.00824300 BTC
Feerates: 104.17 > 0.83 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,245 (63,175 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
852,070 852,070 000000000000000000025e3bb9d030e7a4e6e7ce1363b90848ea88967f560dd7 6,284 1.00/1.00 vMB 31
852,069 852,069 0000000000000000000139e5f2e355043ae7284a518254c43b983eeb58528472 6,778 1.00/1.00 vMB 7
852,068 852,068 00000000000000000001d9a8318b2ad03f72066e0cbcc823a4917452d6794ac2 5,397 1.00/1.00 vMB 8
852,067 852,067 0000000000000000000191740f96b1e9a54cc9bb42c352582f69681aaa80d556 6,178 1.00/1.00 vMB 6
852,066 852,066 0000000000000000000319b06227e594b6cf6e06763bb4b80c2c50ebc3f4e696 3,433 1.00/1.00 vMB 5
852,065 852,065 00000000000000000002cb8b0772bf99d45ccb433011f31577a71cfc3bc216a1 5,566 1.00/1.00 vMB 6
852,064 852,064 000000000000000000021b9e8ac13c2e27e53a53269afc36c3002eceed242f48 5,267 1.00/1.00 vMB 7
852,063 852,063 000000000000000000006a36d518f68c8a6dc87b69149e5c7ed27d3949d9b400 7,650 1.00/1.00 vMB 5
852,062 852,062 000000000000000000035d58358a3a19ff763de29bbe41290f23e12e7fb5454a 3,295 1.00/1.00 vMB 9
852,061 852,061 0000000000000000000157d2d33d0f8ce370e9d56f43ac86d38348dc68f3525b 5,934 1.00/1.00 vMB 5
852,060 852,060 00000000000000000001e41b635fd2b266fc7da14d278937450462e26e07fffe 3,139 1.00/1.00 vMB 12
852,059 852,059 00000000000000000001be0e7081366f6da4198d61caafa73489d972706e431d 4,956 1.00/1.00 vMB 7
852,058 852,058 000000000000000000026e864df592f2135b437576288c7f31ef661275856ad2 5,175 1.00/1.00 vMB 14
852,057 852,057 00000000000000000000249ade68d42ec3fce8f6dc615296b09027fb818b4f67 4,392 1.00/1.00 vMB 10
852,056 852,056 00000000000000000002a3c2f81b389c4558d2ae87645ad2f8b2a3e61e2e80fe 3,887 1.00/1.00 vMB 10
852,055 852,055 000000000000000000009cb3dd10179948630d6170b419c9fa4285cf6773bf84 2,354 1.00/1.00 vMB 10
852,054 852,054 00000000000000000001445d40867a3e0ed958e3f5294faefe404b21606339d8 1,461 1.00/1.00 vMB 6
852,053 852,053 000000000000000000027ce191ec24dde7493cde2dea402d3cc4dccf067367d0 7,565 1.00/1.00 vMB 5
852,052 852,052 00000000000000000001235b61b5e8f55b3225ab9bac3e1d55eaacbe09b65b70 5,076 1.00/1.00 vMB 7
852,051 852,051 00000000000000000000bb2f6f2b0526b0a99361e0ed32dc9a8ccb6dd51af12b 3,258 1.00/1.00 vMB 15
852,050 852,050 00000000000000000001647979b2e54811e809ea8a99ff1a6314ef50014f53f8 2,585 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.82 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: 710.54 GB
    • Received: 17.08 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.