Memory Pool Memory Pool Refreshing

2,535 transactions
0.72 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,793 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.71 vMB 2,535 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (149,498 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
758,294 758,294 00000000000000000005bec39f772732961669cdea204380f22e283926394d61 1.46 MB 2,472 8
758,293 758,293 000000000000000000006875a7cfec036609a3b8c5fe215a83bf69e9ebdc724e 1.70 MB 1,622 3
758,292 758,292 000000000000000000041eeedddfee651f67185ce9b8333225d205bf0be011be 1.53 MB 2,813 11
758,291 758,291 000000000000000000034f598345424a4d614fc219770d300e076e8aa2b1a4b7 1.63 MB 2,259 6
758,290 758,290 00000000000000000003b10d6a6fe6b386b6d8e244f1e06c2354a0bd35822d1a 1.46 MB 2,608 10
758,289 758,289 000000000000000000021199838aaad507a3b9cbbee674c8a465c9605540d62f 0.90 MB 1,082 8
758,288 758,288 000000000000000000066770f4343b7a7c52da5ccdae13c0f99c631b3c116b1d 1.43 MB 1,610 6
758,287 758,287 00000000000000000006b92a4245805fdcb8b27ec4025555a968d8b0c2d4c48b 1.13 MB 1,543 6
758,286 758,286 00000000000000000007bef997e368f600a6172dfc0455f79792c2d4cde3efcf 0.46 MB 731 8
758,285 758,285 00000000000000000005f7aac268d201abc1538fbbaf909f68d5b505accb3a0f 0.37 MB 408 4
758,284 758,284 000000000000000000003aaa891eac7f462e51c368eaadb1cb6778f6d1fe6804 0.19 MB 313 9
758,283 758,283 00000000000000000004765bc605688b724a37df3a28f46eecd0e11f0a10c673 0.29 MB 294 5
758,282 758,282 00000000000000000000659085dcf8ca0b100c766c34495b0cafcea734d88cae 0.62 MB 1,159 8
758,281 758,281 000000000000000000035f6e6663d2ce94ac21faa30192726862764c607252e7 0.73 MB 933 2
758,280 758,280 00000000000000000005224228e88167172d0d453031763c3b07654a61872040 1.55 MB 2,741 13
758,279 758,279 000000000000000000048b2ea040fde8a703bcd78080948c858d698958b77900 1.90 MB 551 1
758,278 758,278 00000000000000000002d28c2d05fb760680f23edcf6ce1827411b2d0ea4f363 1.54 MB 3,009 12
758,277 758,277 000000000000000000069ff1bf15bf1210191e055aa3c7d784a7d606ef3c3577 1.14 MB 366 2
758,276 758,276 0000000000000000000043d4212c81c78af6b7949b2b56f16e84c7cdc6b3a8e4 1.69 MB 2,223 4
758,275 758,275 000000000000000000046ba6ed867295d4a8d2322e77bed06020a506398b786e 1.21 MB 1,526 11
758,274 758,274 00000000000000000006a07b4db846fc429298a9d0c2956b18754ae91e26cad2 0.01 MB 11 21
Previous 10 blocks ↓
Total Size: 769.15 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,632.63 GB sent, 93.64 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.