Memory Pool Memory Pool Refreshing

797 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,774 00000000000000000002349e0000000000000000000000000000000000000000 0.32 vMB 797 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,773 (14,102 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
893,671 893,671 00000000000000000002154fe09ce9f47ab04e50ff0d50ddcac207333d56bdb5 1.58 MB 3,738 20
893,670 893,670 00000000000000000000fb39fd5c940db663669a74e60ae46d79601a373b39d8 1.54 MB 4,056 26
893,669 893,669 00000000000000000001103dccc2f67c00c60c5653dad7218a6bd219a0c9f898 1.51 MB 4,803 21
893,668 893,668 00000000000000000000381d22b461cd023a402726e2ea66cd0031e0c9bf1edb 1.46 MB 4,728 27
893,667 893,667 00000000000000000001072e9c86cd72b46f8f4afcf88690afba3be96c71578f 1.50 MB 4,770 24
893,666 893,666 000000000000000000000ce8c2a4cfdd0eda65ea478708a78a9542436141ecc6 1.47 MB 5,500 22
893,665 893,665 000000000000000000014d3593f749dbd304ccf2683771728411a9370dc97db9 1.45 MB 4,879 27
893,664 893,664 000000000000000000000e14361358a5baf082a2cb673c7f7ae963e4e1bc6835 1.50 MB 4,778 22
893,663 893,663 00000000000000000001140179aac9a9a18ce01acf65b9851316c6a6f6e363df 1.48 MB 4,957 25
893,662 893,662 00000000000000000000db58d6d0f9982666416b7d26a68bbbd0555c6a7dd662 1.48 MB 5,183 27
893,661 893,661 00000000000000000001fe55cd85706b522186e97d1b312f56ad551ec320740c 1.46 MB 5,451 27
893,660 893,660 000000000000000000017b80fa08d8759786e0725acd5f86bdef2cb98a2f1461 1.42 MB 5,242 28
893,659 893,659 0000000000000000000216c8c8dcf5d4c633f3b4e32ee05ccf6eb72038bb45bd 1.42 MB 5,169 23
893,658 893,658 00000000000000000000d0c4d640c635dee495c7c3004777d022828e3c7ad7fd 1.40 MB 5,402 15
893,657 893,657 000000000000000000013e742c9080fbe181df2141dbfabfae4732e73dfdb7f9 1.42 MB 5,556 10
893,656 893,656 00000000000000000001a1b25a90dbb71574311b8092a3455ff470e7a5bebd0d 1.49 MB 5,100 10
893,655 893,655 00000000000000000000b822ed78cac49b3c300390f6001503bd565d8d58aae0 1.50 MB 4,965 12
893,654 893,654 0000000000000000000169d91b85a6a613316ffc6c889bdfcb934a8ea2c03beb 1.47 MB 4,914 13
893,653 893,653 000000000000000000000234c9ed9f5a35b2eccb43fe2a9e0073999d631c508e 1.48 MB 4,605 15
893,652 893,652 0000000000000000000043238cf900a8f6b64a644c643d0d39a3930d2d77099a 1.47 MB 4,655 15
893,651 893,651 0000000000000000000194b2873bd03e9b9d318f44bc745e50798e5cf75dfe26 1.47 MB 5,176 8
Previous 10 blocks ↓
Total Size: 769.11 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,629.78 GB sent, 93.47 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.