Memory Pool Memory Pool Refreshing

12,665 transactions
3.98 vMB
Show Random Selection Loading Transactions
Max Size: 24/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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,058 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (63,212 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
844,504 844,504 00000000000000000002faf4c875f2ac75105340a1f0a52de5967288eada1b87 0.00 MB 1 0
844,503 844,503 00000000000000000002b2a425351019bc13121c757c4685c4d17725937d410a 1.52 MB 2,884 26
844,502 844,502 000000000000000000034164f16eafc9394e9c5340ee3c3818eaac1502842f42 1.54 MB 6,483 8
844,501 844,501 000000000000000000022934c61e99c070ed995eaeacf5c084b7146a87a5fd08 1.76 MB 3,145 14
844,500 844,500 000000000000000000027bd1b61f21075318a267db9875d1350cc26524e41f2f 1.81 MB 3,510 12
844,499 844,499 00000000000000000001fc6b9ab95c3996b94beea1d6f1cf82bc8a36033f8465 1.60 MB 2,912 18
844,498 844,498 0000000000000000000229a1b573198bd1b0d7dc0abe0c4db3d6b48f9ba667f8 1.86 MB 3,417 15
844,497 844,497 000000000000000000033c3564cc99bce2d9811e6ae61b971058eaca3cf05bbd 1.80 MB 6,583 7
844,496 844,496 00000000000000000001ea23e9ab0a64630372826b2dd0210653ac70ef2c5d72 1.50 MB 7,582 7
844,495 844,495 00000000000000000003115c6791e311e7e573cfeaa0a20f5febfd1d39708d78 1.80 MB 5,238 13
844,494 844,494 000000000000000000034f7dcd7682731e1a89f2849d7d516f5d2a71b593fc0a 1.75 MB 5,389 10
844,493 844,493 00000000000000000001134167c36aa3d8cba3818228895962c4cb0b312c434d 1.90 MB 4,541 12
844,492 844,492 0000000000000000000335f8c28622c805bbd9fa5513f50469b76de1fa002ad4 2.01 MB 2,828 9
844,491 844,491 00000000000000000000fa3c1b2bc5a744828ae95c01ae1c084a0a97c745fb70 1.63 MB 3,161 14
844,490 844,490 0000000000000000000197fb0b7b33b7f76abc4f05b29e357f37235efe54b061 1.55 MB 3,467 30
844,489 844,489 00000000000000000000cce51e3076aa89ea0f7bde3b3067feb0e546b6ed0969 1.88 MB 4,993 11
844,488 844,488 00000000000000000000f940830f25fc444268532a37539a9645081c969a1811 1.79 MB 3,348 17
844,487 844,487 00000000000000000002573d99f3d4cf0d610bd778030761ed983b4a4c13646a 1.59 MB 6,454 7
844,486 844,486 0000000000000000000111dc42de3c52712aee68dee02be7f12cc341cb979cfe 1.81 MB 5,065 11
844,485 844,485 00000000000000000001e8264e37eab6a6f16d99b3f95df55857067bce310e7a 1.76 MB 4,145 13
844,484 844,484 00000000000000000001fed66e9fe17f40fa6a393e445d4f4eabae9ba39de942 1.61 MB 5,992 11
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, 112 incoming
  • Data Transfer: 1,622.19 GB sent, 92.93 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.