Memory Pool Memory Pool Refreshing

5,624 transactions
2.06 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,082 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (61,879 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
845,851 845,851 00000000000000000003222e35ad1632ed5cc366cc912e62f5d84d37037f3078 1.67 MB 5,289 28
845,850 845,850 000000000000000000008ea73773e525392ce7ba789d7593c49acfff4483f6cf 1.41 MB 5,856 32
845,849 845,849 00000000000000000001b4e3e4a78a13447754ecef8f56e6c255699bcc6de6bf 1.51 MB 6,219 30
845,848 845,848 00000000000000000002fc5cde3f9aae74f5eea08c6129e5a856256133dac442 1.45 MB 5,721 32
845,847 845,847 00000000000000000001aeb81d268e1acb04b53f1f4b23928a48c3c55f5b2683 1.42 MB 6,161 40
845,846 845,846 0000000000000000000149f7f9f0059ac35cd73cac9bcbfd9b4116cc0119c567 1.44 MB 5,052 43
845,845 845,845 00000000000000000001354c278bf2d3aae117c33a0d13717c3a9c26bae7803c 1.42 MB 4,897 26
845,844 845,844 0000000000000000000252594717a025ab7d0ab891abeaac7dc8b2639e0bf506 1.52 MB 4,110 37
845,843 845,843 000000000000000000028dd2dd31728cb920cfee60377158d17c35ed7ecb1560 1.39 MB 2,888 28
845,842 845,842 000000000000000000008b0e1c7eed5a171d60c940df48208006f2cf44cc2220 1.60 MB 3,576 32
845,841 845,841 000000000000000000013d06c738e95af3aebe76e4c693eee1ec994f4237b2c4 1.52 MB 4,050 29
845,840 845,840 000000000000000000027502499c21864f604dabdae149f057343dbb220edabd 1.55 MB 3,186 39
845,839 845,839 00000000000000000000bbb874462629a8a9b2cb15e1a4b9a3de0b2af9658e63 1.49 MB 4,252 44
845,838 845,838 000000000000000000026e12491fbabc6dbd8901161eda4a98af0bc0c22c15f7 1.52 MB 2,889 51
845,837 845,837 00000000000000000000abbc12375c79fdea21c5b263ea89c31c3d828755a5a6 1.58 MB 3,500 50
845,836 845,836 0000000000000000000286e68520f478148b0cf558cd986a38824e10406f033a 1.58 MB 4,086 53
845,835 845,835 00000000000000000001b39f58e31b33ae22cf53b253bc79bc1d06f533303428 1.51 MB 3,778 58
845,834 845,834 00000000000000000001dc4e4ba33cab49869a598c9b6dd1fc4c8c09b77867ef 1.50 MB 3,684 67
845,833 845,833 000000000000000000019b192e2510a6e63fd79b17720affbe6deb69350350d6 1.43 MB 4,600 94
845,832 845,832 00000000000000000000332b398e5fd61a30edcf83bd26b11fdbbe3aefed73be 1.40 MB 6,457 77
845,831 845,831 00000000000000000002e455e3cb74edd9c9980e0b3a90a606affdfe01b1320d 1.38 MB 5,765 91
Previous 10 blocks ↓
Total Size: 769.04 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,626.28 GB sent, 93.06 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.