Memory Pool Memory Pool Refreshing

5,522 transactions
1.77 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,703 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,678 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (620,155 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
287,547 287,547 0000000000000000f06ef42140a4a35b8d2890ce7008d0b02f994dd48b4cd332 0.03 MB 58 61
287,546 287,546 00000000000000000d504cfd4ac296c3aec42ad0cc38edcf3a81c97d86384fcb 0.29 MB 267 19
287,545 287,545 00000000000000010ae8684d0dad1bad1f84cd2af28b505fc4e8229df98db804 0.35 MB 704 40
287,544 287,544 0000000000000000af0ab47f694a203e0e1977e3e569a4d87b559baee92fe585 0.03 MB 62 70
287,543 287,543 000000000000000136e1499ba5b373ab84ee604fe4c2b4828b021a55b4716818 0.14 MB 243 35
287,542 287,542 0000000000000000236aeb1cd38aac6f9b29b909ed37589699634b00834fe224 0.09 MB 143 33
287,541 287,541 0000000000000000024f6cad8f85699662a01e36e3b3fe5f8b21a5d7fcdc6393 0.35 MB 684 37
287,540 287,540 00000000000000001a2fd1ce1dd7dbb9408c34a6dd57175b6f09e273f9d479aa 0.30 MB 514 31
287,539 287,539 000000000000000110c6bffcd7bff725e81800f30df64f7c19975c772fe625a4 0.34 MB 352 26
287,538 287,538 0000000000000000db4535f762ab7c01176bed84ff60a18c51e2ad5e05cb4c1c 0.05 MB 105 30
287,537 287,537 000000000000000106996b7a28eb8e8641e15684c7cbbe467cc44e33569ade9f 0.42 MB 705 32
287,536 287,536 0000000000000000ac55df018f2d33e16e5ef9827ef0820020274d16c24763ba 0.25 MB 528 42
287,535 287,535 0000000000000000d3b52a8f7fda44b2011c52ae8caf16cb15d66688a9300d1c 0.34 MB 499 29
287,534 287,534 000000000000000015e8a50a0ac2c1929690946462036043a3eb977ad6c7565f 0.34 MB 586 60
287,533 287,533 0000000000000000aaebbf42bc3f737635a7d12222af0411b160c052505c6555 0.17 MB 220 42
287,532 287,532 0000000000000000f88d9d4925d3d5cc39ead102229062c522205b54a5cccf83 0.31 MB 366 23
287,531 287,531 0000000000000000da59881673896b2990dc6cbf523b037b9b23bc2b66e41db8 0.03 MB 64 53
287,530 287,530 000000000000000016ae50dc7906ada938aab64b0493cf8527c983a3b42e0371 0.03 MB 16 15
287,529 287,529 0000000000000000b6e5a0d9e41feddc65eab413006052ee479ad88adea6cb6f 0.34 MB 546 33
287,528 287,528 0000000000000000d80388719b504836302d47f9e4aee349162aedd7bc4a988c 0.04 MB 79 33
287,527 287,527 0000000000000000d7b782b022f72f317f1f98de95afe6ac737d64ff9ccf7faf 0.03 MB 47 24
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.