Loading Tool

Explorer IconExplorer

Memory Pool

48,572 transactions
29.43 vMB
0.21713764 BTC
Random Selection Loading Transactions
Max Size: 154.31/200 MB

Candidate Block

Mining Attempt 63ef696b41a7048f2d3b22038d0e59d4d4aec3fe30b18a7fc04ce2376f07da22
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root ec3b0223051f66c482189788547e1b0696cede6180699fe40336200b8dccf0f9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,403
Size: 1.00 vMB
Total Fees: 0.07114629 BTC
Feerates: 184.60 > 7.13 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (354,304 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
560,401 560,401 000000000000000000254facf873eca67fb3100d25c5c812dc81ca9abbba5556 398 0.12/1.00 vMB 11
560,400 560,400 0000000000000000000699d6920d6818adf785441024a5911140112a482ed2a4 607 0.19/1.00 vMB 11
560,399 560,399 00000000000000000004dabc37aa8a338722f8995b6e724e9af5f0a45a13d703 1,667 0.49/1.00 vMB 12
560,398 560,398 0000000000000000002482449aa831a3141f7d52abd380d0621c8275ee99d2c2 2,813 0.92/1.00 vMB 13
560,397 560,397 00000000000000000024fd874bc18acfeb5cfbcfd5fc10dcfbf971fdd669077e 3,276 1.00/1.00 vMB 7
560,396 560,396 0000000000000000000fdde07d4aca5e1cf49bbc7076ba899a74bd9fd54f6099 1,527 0.51/1.00 vMB 24
560,395 560,395 0000000000000000000d70f9f3c5df191d369f6d98e7f44ce607e8aa29808d9f 1,491 0.54/1.00 vMB 10
560,394 560,394 000000000000000000095592a9c791251cae8b5f3c35541267411f6f3dcc0b0d 1,684 1.00/1.00 vMB 3
560,393 560,393 000000000000000000243b309c55eede65280554aeca0578b24be2d6779aab4e 3,211 1.00/1.00 vMB 17
560,392 560,392 0000000000000000002ecef3d3bc1d4d34c651a0b4bee9396abd84093d4002d5 2,644 1.00/1.00 vMB 17
560,391 560,391 000000000000000000121230babdae9f986163e5dcbbd48970df0e366f7adc93 2,330 1.00/1.00 vMB 4
560,390 560,390 00000000000000000016d597578d67bafc7af952e0a85d49545b6d777b878e3e 3,135 1.00/1.00 vMB 13
560,389 560,389 00000000000000000020f6441d0da045a8c9fe5cdea0ff6af4fc1f7750e8cd98 2,752 1.00/1.00 vMB 28
560,388 560,388 00000000000000000015e280eae9f172f6f9cbb7fd3ae742ae97495401fb529f 3,649 1.00/1.00 vMB 40
560,387 560,387 00000000000000000025f97f4e790f1c10eab8f9a9618d7d084b433f25d6baa8 704 0.41/1.00 vMB 8
560,386 560,386 00000000000000000007c1dcc6d465a1d36fc4a486befd5624b3e684a0b869de 1,806 0.66/1.00 vMB 10
560,385 560,385 00000000000000000024597b4085627b96c4ce319576c5d8d57658adedd38d7d 1 0.00/1.00 vMB 0
560,384 560,384 000000000000000000028f9b0e910716e0a9e5f477f8707cec33553330e91940 1,476 0.55/1.00 vMB 2
560,383 560,383 0000000000000000001abe2c7a3513786204c7c2e99000873258fb451fc27b45 2,921 1.00/1.00 vMB 17
560,382 560,382 00000000000000000008475da54aa07a463535b0f60cdb20f17258d6cf9b96bf 1,503 0.46/1.00 vMB 10
560,381 560,381 0000000000000000001bc1fdc2dc889daa9644f269932b3b2e0c3323cf598fe2 1,114 0.32/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 781.87 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: 643.68 GB
    • Received: 12.60 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.