Memory Pool Memory Pool Refreshing

1,515 transactions
0.57 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,791 00000000000000000002349e0000000000000000000000000000000000000000 0.56 vMB 1,510 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,790 (55,128 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
852,662 852,662 000000000000000000019e68aa0ccd25bd42aaaad8580ff19f6c2a2f073129df 1.50 MB 4,336 5
852,661 852,661 0000000000000000000209aad54cb2d9cf97f88b7599c8b8f1ab6435bc0c57f6 1.64 MB 3,439 7
852,660 852,660 00000000000000000002d5c67575bdb2c5a1a2a6dadd523596ec59912e768949 1.77 MB 4,773 8
852,659 852,659 000000000000000000001d7b3d98820ca07133f1a8775ba6145d342f35988e1c 1.64 MB 5,606 5
852,658 852,658 000000000000000000030145bfa0124d123e65589b348a71cf36917aa9c7f70e 1.88 MB 3,544 7
852,657 852,657 000000000000000000015b91c24fcc384e06653bd84820f197511cd5da5ffc3c 1.92 MB 2,510 10
852,656 852,656 000000000000000000026fdb5d06eff7493bf914b7585d5db71af7ddab0266cd 1.86 MB 2,649 7
852,655 852,655 0000000000000000000197702813a3b49494fde2821d07aea23e2e049b5dd057 1.76 MB 2,664 17
852,654 852,654 00000000000000000000d5960c851efe3cdd0e0393ef43ac5d3a8783cd7e553d 1.35 MB 1,745 8
852,653 852,653 00000000000000000000695ab305ef82993bdb797b12312925cdf655ac3bd6d2 1.63 MB 3,331 13
852,652 852,652 00000000000000000001d7239820ea871ebfdca4d126fb44c634fe5f5139620b 1.74 MB 3,196 16
852,651 852,651 00000000000000000000ac77d8b27441c786c62520a830ff7e86d733ea9a40d8 1.56 MB 3,233 10
852,650 852,650 00000000000000000002e721766a870f2a0014fab6cd40fff356b9b286eab5b1 1.59 MB 5,400 7
852,649 852,649 00000000000000000003098128e1a5405c5d74f208e3ecaf49e3157d5438f50c 1.69 MB 5,526 5
852,648 852,648 0000000000000000000186717c390208ed06d8edd93022c89e2e971df4110fb9 1.84 MB 719 4
852,647 852,647 00000000000000000001603eb1ad77285197b27d731634bd1d19dab6c91cba9a 1.78 MB 1,210 5
852,646 852,646 000000000000000000013748abdea96430e692c3b2658bdc8b62f24567b82187 1.58 MB 4,183 7
852,645 852,645 000000000000000000006a7f7570b92b4c74276c37e58901909ae800eb2ec428 1.69 MB 2,180 6
852,644 852,644 000000000000000000001bb560509e828686c7e765c60982dc46e2a857d1b5d7 1.83 MB 778 5
852,643 852,643 0000000000000000000111b9dd700714c4025e0a7a50abafb353e862c745828e 1.86 MB 472 4
852,642 852,642 00000000000000000000edad58c6d37454d5762555ad7b032c07e461a5366d4a 1.84 MB 1,062 4
Previous 10 blocks ↓
Total Size: 769.15 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,632.48 GB sent, 93.62 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.