Memory Pool Memory Pool Refreshing

5,266 transactions
1.58 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,848 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,184 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (209,437 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
698,410 698,410 0000000000000000000cd3d738ef24e0283f7d397f0c9e26b4f4328492774c5e 1.55 MB 2,825 14
698,409 698,409 0000000000000000000c103e10e676be5c0710ac580547054b1805f84161fec1 0.42 MB 249 4
698,408 698,408 00000000000000000008f173dab2fff2208dfb5e0460b7fbedc97341076df42a 0.95 MB 1,243 2
698,407 698,407 0000000000000000000c3e529eac43d51ac3348ff09e9f7d80ac79c98713037a 1.43 MB 2,383 8
698,406 698,406 0000000000000000000530ca99c88e08c73673901747df36c1e6d753f05983b3 1.48 MB 3,233 10
698,405 698,405 0000000000000000000832e3c0fc741afd30897f5093b8d00c24ab2908ebfe3e 1.54 MB 3,254 10
698,404 698,404 00000000000000000005fc2b71e2207e3cb2388700dca072691ccca984974212 1.45 MB 3,135 23
698,403 698,403 0000000000000000000dc76b183c59681e0970e8ee3731938b9323bfe907bf14 0.99 MB 2,060 11
698,402 698,402 0000000000000000000a7eec5515ebdc6831c5b16074534b795526fadd08648a 0.42 MB 685 7
698,401 698,401 0000000000000000000155e9595693ccf54f24b8b637ff81f19caf52df8735c2 0.94 MB 1,046 6
698,400 698,400 00000000000000000009e2d95509bec3ee9a786cb4756ab7739e020ce37afa0c 1.23 MB 1,320 4
698,399 698,399 0000000000000000000de1867b1c3c76349f263e9cfaef5f10aa18b80cec4548 1.48 MB 2,617 15
698,398 698,398 00000000000000000001c58b4c607a85e2702ac3453307b5e97241f7301c3b7f 0.20 MB 416 36
698,397 698,397 000000000000000000092642ff7928dbf70f8ca5b5a04608b8f1af40f526ae87 0.09 MB 172 18
698,396 698,396 00000000000000000009805e2838bfec039c1621aa0f4194e50363590bd228b8 0.67 MB 1,125 8
698,395 698,395 000000000000000000034af88b59dbeeecde9559dbb88002efaca37865684a97 1.49 MB 2,429 10
698,394 698,394 000000000000000000014514384d84fb670e1788473712e5e4a5a98d42360175 1.62 MB 1,633 6
698,393 698,393 00000000000000000000dcd935bfcb9ead13ae50489947cde219715e73bdbe81 1.45 MB 3,040 7
698,392 698,392 0000000000000000000e05b4df0ffc2aaa7f6a8be6e9f40c53d2ff928a0b0f95 1.50 MB 2,592 9
698,391 698,391 0000000000000000000c663e88616a9d6ad203ea017547d99faaaff49aae9c58 1.45 MB 2,651 23
698,390 698,390 0000000000000000000dd3cce15fd5a575c0d3ca286c591d116ad3357f7ce592 0.51 MB 918 9
Previous 10 blocks ↓
Total Size: 769.26 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,635.21 GB sent, 94.20 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.