Memory Pool Memory Pool Refreshing

4,955 transactions
1.59 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
3 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,846 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,826 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,845 (795,015 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
112,830 112,830 000000000000f33a877702dbc61d4aa93fe158396f82adb3a0f97001bcf674b9 0.00 MB 9 399
112,829 112,829 000000000000965dd437c97ca2b47b5f726d51e384bc449a5f2568413d991e39 0.00 MB 4 0
112,828 112,828 0000000000012684b2db6b01ffedb5ce198ac5e0d4ce3f6110c159887ea354a9 0.00 MB 6 0
112,827 112,827 00000000000015c4f1cd3d8e1e245aa4d8c964b68988817da31c6631c20162ec 0.00 MB 1 0
112,826 112,826 0000000000005e22ff9a0dbb8bbc25ec291bdd6d6e2d9a15313dc9ebdd7e2551 0.00 MB 10 1,008
112,825 112,825 0000000000009f105e92b52cd75700485893612da37a4473e1cfca50abf4a354 0.00 MB 2 3,875
112,824 112,824 000000000000d6416efd4c337058f1694cd4a806528d45c5873e1f3ed207f6d2 0.00 MB 5 0
112,823 112,823 000000000000ee00dfec5effcecbd4a8c6805349e286428546850e800f33c37a 0.00 MB 1 0
112,822 112,822 000000000000779b152fc6e33bd2de01146aa3a3a36155c2aa6caaa08b8d726c 0.00 MB 4 0
112,821 112,821 000000000000707f78f4909f1e245cd0b60ca85edd0673f341fb28895d1d8b77 0.00 MB 3 0
112,820 112,820 00000000000090a4e9cdea2384098a923822ddd1a3851623b50d7dda83cc93bc 0.01 MB 19 245
112,819 112,819 0000000000010e10795ea29c6ef3e78e51c9ffa927a427aed2d0e3289de4fee7 0.02 MB 15 258
112,818 112,818 00000000000072b753b70ed2225bf0a949187a6de044b29b1c1f53af8d9729ea 0.00 MB 2 0
112,817 112,817 00000000000088acc17ace5768a12ee01029a6adbecbd494413c2be9e3c1d02e 0.00 MB 8 1,281
112,816 112,816 00000000000075758493ee74c43c53e437026bdfdd52b24a12dd697fc9ff4629 0.00 MB 2 0
112,815 112,815 000000000000f2dc5e2031ef12e45b08e6c6726d060586b882a1032b8f987b24 0.01 MB 36 0
112,814 112,814 000000000000577e2c17f7aad95a4ba89d00124641a8fc2bfef4603382f7d232 0.00 MB 12 1,005
112,813 112,813 00000000000011ae86b4891b52c196dde8f2db324b1873b50134b6ba1ba7ba81 0.00 MB 12 335
112,812 112,812 0000000000003c9751ba4bfe7d142c99c6cd3a5b44ff281d4c2c87b16e575242 0.00 MB 13 1,096
112,811 112,811 0000000000010b79877a26df0d6f7fa1acd88e2c1a04f4833bef4c05ab1cb2fe 0.00 MB 1 0
112,810 112,810 000000000001211dc48a0c8e14690b2b3f5a8e6ad5d211d4d90284702b785613 0.00 MB 3 2,070
Previous 10 blocks ↓
Total Size: 769.25 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,635.16 GB sent, 94.18 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.