Memory Pool Memory Pool Refreshing

2,420 transactions
14.84 vMB
Show Random Selection Loading Transactions
Max Size: 86/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
886,612 000000000000000000028bb10000000000000000000000000000000000000000 1.00 vMB 1,207 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 886,611 (773 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
885,838 885,838 00000000000000000000d27d3ba7e6b587784e4538dbcdc369647436836cc05b 1.68 MB 3,011 5
885,837 885,837 0000000000000000000051260f2a637014b9aee0f69ff516eb781271bbb5b580 1.91 MB 1,631 1
885,836 885,836 0000000000000000000014db86d0d07d3c6bbcf9cabd4f6d846e36c7f6c04cb6 1.50 MB 2,701 5
885,835 885,835 00000000000000000000b58c3b44198eb9a8ed24419a7add0382bf508fed1e6f 1.43 MB 1,282 1
885,834 885,834 000000000000000000024a6dc965e3dee02016ec9dd8833a8ed282578edb8daa 1.65 MB 2,962 4
885,833 885,833 000000000000000000007bf0cc8e094bb6f3ebe945d8cde44d74d50a9d3fa887 1.81 MB 1,926 2
885,832 885,832 000000000000000000026b051e9e9b7393e34ec60b530ba7a6c733f7fcb775df 2.08 MB 1,208 1
885,831 885,831 00000000000000000000227b48130edb08c3db383842e2d4efe07c72e3951842 2.01 MB 2,202 2
885,830 885,830 000000000000000000026bf38d6d943c02af2328227ad3f711f255466a42bfd5 1.55 MB 2,364 4
885,829 885,829 000000000000000000024c36f7df06495f1b3eb70a7f8283cb7b0117151d62cf 1.66 MB 3,186 4
885,828 885,828 0000000000000000000132badaeae0ff6207248ae7fbbd0c4cd0f0d80d7dc623 1.61 MB 2,150 2
885,827 885,827 00000000000000000001dc55ec21967e38f22b882a3e7ef5e7ed5248ca363ef8 1.32 MB 2,045 4
885,826 885,826 000000000000000000005620cbc721db91166b0454321b3f1efa25081db779b3 1.13 MB 378 4
885,825 885,825 0000000000000000000169b611b34a38b05156f02d66647b0158a8dfbb82a69f 1.64 MB 3,256 6
885,824 885,824 0000000000000000000024ec28827fcbe98c42dcddea71ae50a0b88e6860ee05 1.39 MB 2,611 8
885,823 885,823 0000000000000000000191351fc6ed2dd39eb54ddf5c90ea1cd5c73397bf1fdd 1.93 MB 683 2
885,822 885,822 0000000000000000000210a03e95c672798325332f04a7c13301018efd1a817c 1.93 MB 311 1
885,821 885,821 00000000000000000001b93548d552833411fd67043f94e7378d6fbe2eaf78fb 1.78 MB 851 2
885,820 885,820 0000000000000000000228cfbfde5f960b7360fa59dda7cee41529e132a24ed4 1.87 MB 830 2
885,819 885,819 0000000000000000000078feef2a790e6850f643dee067c7accdeacddbd325e9 2.10 MB 1,979 2
885,818 885,818 000000000000000000023c46455cf3e4f4ed27d3208a414b7513d91bbf66a2f5 1.11 MB 469 3
Previous 10 blocks ↓
Total Size: 731.62 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: 2,745.10 GB sent, 120.14 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.