Memory Pool Memory Pool Refreshing

3,803 transactions
2.69 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
1 sats/vbyte 3
1 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,805 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,760 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (97,377 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
810,427 810,427 000000000000000000022adcf8cecafc84b95901af819a1cc40fdf75ba4096e0 1.55 MB 2,583 27
810,426 810,426 00000000000000000001cf4645eaa32669a1744fb49481f9f88a72cc4c78b655 2.04 MB 1,851 9
810,425 810,425 00000000000000000003ad8de1785332b7630b9a38a5e4c07af2ea9d6d7cd37d 2.33 MB 1,550 3
810,424 810,424 00000000000000000001df955a4a812afb8cdd1c0e46289a6c0abec17dba0385 1.98 MB 711 3
810,423 810,423 000000000000000000011af55082fd7df3f10bd054d922efc54a31759b94b207 2.08 MB 662 10
810,422 810,422 000000000000000000006e7b741b9ce88c4ec815bf2d5d267874aeca5a8fb344 1.83 MB 500 6
810,421 810,421 000000000000000000040067f7d06497c0c18f9ec381b07a4d55c3fe34c89601 2.35 MB 612 4
810,420 810,420 00000000000000000001845ae62cf80df89afbd785423873f4657ed0e9df78ed 2.08 MB 1,247 6
810,419 810,419 00000000000000000000a1b60fc72519bc1ba89efc59f09f87917bf89979a3a4 2.14 MB 767 4
810,418 810,418 000000000000000000039b9e9b4baef38a7ec9d606ff6fc472dbd5b71d36ec94 2.81 MB 857 5
810,417 810,417 000000000000000000033438d92b8c170e2fd04b10ff2bcf2d4c6e253c68e1ee 2.79 MB 1,622 8
810,416 810,416 000000000000000000015dd8b09db3c89b205338be4591a85e7d910fbba7b8a1 1.99 MB 2,203 13
810,415 810,415 000000000000000000011177448588ac1952b51d73f0218e6c306adb46474985 2.55 MB 543 2
810,414 810,414 00000000000000000002dcaa608bbd9cd4d7dec452c743a599a0585546e15609 1.58 MB 3,595 21
810,413 810,413 000000000000000000043d348df8f08db5c75f5b5b4d199df6c3a9c6b234e737 2.20 MB 1,289 7
810,412 810,412 00000000000000000002bf03bed762b5324ba8fc223405656f1cf7bc3b9116df 2.00 MB 800 7
810,411 810,411 00000000000000000001c78d63ee79a0d67516509b8aab462d9313c50070ae90 2.08 MB 1,528 9
810,410 810,410 000000000000000000000ad6320a46c61af56683b9a6638dfda9c896ee48a0fd 2.26 MB 519 2
810,409 810,409 00000000000000000001fe0428ca0082e4985da43a1f79052ef113ff74481666 1.41 MB 2,218 24
810,408 810,408 00000000000000000002407efb12e255201130e46f33e899fb5597cda677be16 2.06 MB 1,759 4
810,407 810,407 000000000000000000031f067e3c011312f269441f50fb98ca0a8884d9a50a6f 2.25 MB 1,191 4
Previous 10 blocks ↓
Total Size: 769.17 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,633.31 GB sent, 93.78 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.