Memory Pool Memory Pool Refreshing

2,890 transactions
0.71 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,830 00000000000000000002349e0000000000000000000000000000000000000000 0.68 vMB 2,889 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,829 (439,730 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
468,099 468,099 0000000000000000001d7948de1ac5bb764b4584993591ead8e2b7b31f1dbb0b 1.00 MB 1,523 351
468,098 468,098 00000000000000000085ca36c7ea37a808598349e4fdfd08b698d48259d13655 1.00 MB 2,353 429
468,097 468,097 000000000000000001c66d52452bc8a742433379f7e65e51ee1a7c8988f1db63 1.00 MB 2,271 349
468,096 468,096 0000000000000000007012f2a062fc968d57db236d66755ae289268c588cd836 0.99 MB 2,194 435
468,095 468,095 0000000000000000005d0b29f1a1dc495d033c35f1168eec41cdf2213078c076 1.00 MB 2,255 395
468,094 468,094 000000000000000000ca5d7922edfd778341ab6b0d2865d6896d0a8e17cce399 1.00 MB 2,745 384
468,093 468,093 000000000000000001711364ebaaa0cfe4ca8227a9e15052d4397352a6d62671 1.00 MB 2,128 332
468,092 468,092 000000000000000000132156b6ebf0f889fe57d0fa2b5a87c38a64d0cf01d227 1.00 MB 1,984 399
468,091 468,091 00000000000000000142711cb8ebf5c32b69e783a6b766be141e5516fe8a5b97 1.00 MB 1,885 251
468,090 468,090 00000000000000000197e826b3629cf594c6d3e44df97a4166e7506d9f8c77ee 1.00 MB 1,689 267
468,089 468,089 0000000000000000015e33bf70237c2ae04d1d9806217e93ef1fa7893596c9dc 1.00 MB 1,888 283
468,088 468,088 0000000000000000006338960b86655b587e2bdf12655041375707807ac84c7d 1.00 MB 2,150 338
468,087 468,087 000000000000000000be77bcc38cab3ec75b1918c4ce20904c9e48bacfd842c6 1.00 MB 2,017 329
468,086 468,086 0000000000000000007fffb8f489365bacf9158ceee7f9fb60152389a55a3d97 1.00 MB 2,564 410
468,085 468,085 000000000000000000db27a30cae208babf594b3e8c67094a9db6fc83c0385c4 1.00 MB 2,805 281
468,084 468,084 0000000000000000015b1d872a8c383ec00fb3801b111b79a45e7c42f454d15a 1.00 MB 2,078 278
468,083 468,083 00000000000000000186e0a4704d745239fcad5f20e8d6c377c89b2235cde775 1.00 MB 2,514 306
468,082 468,082 000000000000000001afda8014427729dc04e3c47a4af3c02b796d8fcfb89c29 1.00 MB 2,050 326
468,081 468,081 000000000000000000b44bbe3f3f422807ab2b14865330737973b19695a95144 1.00 MB 2,349 373
468,080 468,080 000000000000000000fe3b9016555f5e63dd518631f4bcb7630d9e541043e04a 1.00 MB 2,465 404
468,079 468,079 00000000000000000007e6eaba2a79670ae6da22d31c1497b264f115a33763be 1.00 MB 2,052 259
Previous 10 blocks ↓
Total Size: 769.22 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,634.64 GB sent, 94.03 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.