Memory Pool Memory Pool Refreshing

6,870 transactions
2.77 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,246 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (598,720 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
309,103 309,103 000000000000000007b11f9f397617935c90fa61238422975c353bb2f82ef2ca 0.03 MB 55 30
309,102 309,102 00000000000000000d82dd40a4c0431b9369af018e99811d4bb41f312522544e 0.07 MB 141 33
309,101 309,101 00000000000000002f9fead56b638d06f876045d230a817a6327955a9aab012d 0.30 MB 491 22
309,100 309,100 00000000000000002aa928ff4115018610d6931fa124215b8010ad8c1b03ab70 0.75 MB 1,616 34
309,099 309,099 000000000000000003236cd37c3014367c536dd3d794d99b535eec33a70d425b 0.30 MB 632 32
309,098 309,098 00000000000000002d21d67254427a7f1c33a5eaac67ad0f0415d2a5d20a2d7b 0.57 MB 1,253 35
309,097 309,097 00000000000000003b7f32a0e47c4984133e884db958eaebb2e7895ad18477b6 0.13 MB 244 33
309,096 309,096 00000000000000002a965f6b92cbafeea92fc4f27c53c2b3de0a95c319cd174e 0.23 MB 500 82
309,095 309,095 000000000000000037f5b405132c0dee4a37f198b6cc55da254601f8a9f3c357 0.14 MB 296 34
309,094 309,094 000000000000000010dc6dd6d7585a234316995fcbf0fa1504eae435b74850f0 0.15 MB 257 30
309,093 309,093 0000000000000000287431cb44ecef74bbf50842edeb79d88ec6967cd339cc4d 0.19 MB 440 39
309,092 309,092 00000000000000003443f103da5b8cca54223f664089718c786c7109b804f37e 0.05 MB 94 31
309,091 309,091 000000000000000040cd7cc0300b92af234436c47aed22283d76b68f8423de3a 0.05 MB 120 32
309,090 309,090 00000000000000003ff90b0ce8b01030522b38e69f22f41789ea2464e7423750 0.08 MB 169 30
309,089 309,089 00000000000000001f5329b8f5783a715bf8e09dff5eedd909c54ad8deace177 0.39 MB 582 25
309,088 309,088 00000000000000001757cf32183e9dfb4a1db56db02a6653e75f0405f8c670e5 0.36 MB 609 28
309,087 309,087 000000000000000036e7b31a95d4a82c27e032182d9b1d94819ff97361cc075f 0.06 MB 46 5
309,086 309,086 00000000000000003b0075e54f8317b9cbd045e7519fdc8da6870f01a62000ec 0.23 MB 522 34
309,085 309,085 000000000000000026a142653fb56bad3533acd4711426d27b986af5129afb62 0.12 MB 241 34
309,084 309,084 00000000000000001376725350584f02e8477333421607c5521356bd44c535c4 0.35 MB 338 7
309,083 309,083 0000000000000000324ae0e14486938efc750a4b46783ff948aa634bcadc9043 0.07 MB 24 3
Previous 10 blocks ↓
Total Size: 769.21 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.40 GB sent, 93.99 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.