Memory Pool Memory Pool Refreshing

1,648 transactions
0.49 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
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
907,713 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 1,561 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (13,658 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
894,054 894,054 0000000000000000000022a77a7d51d2fdc16f5945f0b0d1d4fead10304f2099 1.77 MB 1,143 1
894,053 894,053 000000000000000000018fe8a80905efd8b68a0697f1a56033539832bcad99a7 1.73 MB 1,605 1
894,052 894,052 00000000000000000001696e745e05177e400ce2d9fbacbb28291342f0956885 0.00 MB 1 0
894,051 894,051 00000000000000000001705ae6e2088f966eb2807042ada9235e369c2d595182 1.56 MB 2,712 2
894,050 894,050 0000000000000000000092cf2d16027dd36fec192de3e0344b353ce9d9503a39 1.63 MB 3,255 6
894,049 894,049 000000000000000000010a4c1b702a8bd100a7042b58a82e35cb314bfcd3c9f9 1.68 MB 3,506 5
894,048 894,048 00000000000000000000c4e4e4427b8f8bd904478ce4e8f32dc7cd9e0d23aae4 1.55 MB 4,257 5
894,047 894,047 000000000000000000019b3a925edac69f799b901a902e7a75d4b16205b38173 1.57 MB 3,939 6
894,046 894,046 00000000000000000000e4374e30baf2dbfd03a6a23ce03f4751d275172c416a 1.71 MB 3,254 3
894,045 894,045 00000000000000000001ad02554810d40606b6d0c3e2dded60c6abd6c4c1c6d0 1.77 MB 4,236 2
894,044 894,044 00000000000000000000598bdb12582f4f32faf9fd4537772e79500cdddc7946 1.73 MB 1,430 1
894,043 894,043 000000000000000000010ae72f6ffc73d45134d95612e04e1fe0d482b74c778e 1.74 MB 1,064 1
894,042 894,042 00000000000000000000b018a7df5fd983d065559117a44489c7c62418944b7f 1.61 MB 2,941 3
894,041 894,041 000000000000000000014361a7aa223f6519aeac018eaab0136bf792d0275bcb 1.68 MB 3,248 3
894,040 894,040 0000000000000000000193416acf47555a3bbebc1edaf566ad36c7a70c606ce8 1.63 MB 3,742 8
894,039 894,039 00000000000000000001b42e066c18da495da41881da2453d7f7cefab2e8415f 1.57 MB 3,675 4
894,038 894,038 00000000000000000001b81675571ccf370fdf91472c23d750facbabde251b18 2.59 MB 2,861 1
894,037 894,037 0000000000000000000049556a06465e4771818f1d88c05ef5437cad80880f26 1.73 MB 3,727 2
894,036 894,036 000000000000000000003b0bf2657968cb6742b0762697c7f117f9633d46acb1 1.91 MB 2,839 1
894,035 894,035 0000000000000000000193217e8cd8961a7c2c11cac6190ea5c6ed0081fda41f 1.51 MB 3,552 4
894,034 894,034 00000000000000000001206d2a9f25d4f2182c7f01c68945ab95b48db5657f81 2.75 MB 2,065 1
Previous 10 blocks ↓
Total Size: 769.01 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,616.92 GB sent, 92.84 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.