Memory Pool Memory Pool Refreshing

9,695 transactions
3.92 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,723 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,565 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,722 (86,588 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
821,134 821,134 00000000000000000001f901c1e407952a3f80757b4f7f3f46c08c2cc21a86c2 1.42 MB 4,002 358
821,133 821,133 0000000000000000000012875703bed062bc354596f8964cc0e54d828b59ed34 1.44 MB 4,184 315
821,132 821,132 000000000000000000038ed72b76fd53f97942fef367a071f05cadf0f652b9b3 1.43 MB 4,276 330
821,131 821,131 0000000000000000000214cc0050ed86936621e95daf53a020e7660243afc0ab 1.41 MB 4,189 358
821,130 821,130 0000000000000000000168a25bf3fe259cf1fa77d5a7472873a7dadcdb15ccb2 1.44 MB 4,162 362
821,129 821,129 00000000000000000001ae91a6bbdd0868c6308d9a27d1d647c50d29a4d5edfd 1.38 MB 4,469 401
821,128 821,128 000000000000000000013dc68d4f9cac33b12f40c5765a6358f80b0d7b78d7fc 1.41 MB 4,360 370
821,127 821,127 00000000000000000000e9bee758fd336fed72307388d675e3986b401942a4d1 1.38 MB 4,264 378
821,126 821,126 00000000000000000003bd097ea00ce01fb351e3961d5e2d306e898ebdcf9b55 1.30 MB 3,771 407
821,125 821,125 00000000000000000004160a789c5b521a61b9c4e4bf0a7776be1b4d2b0778a1 1.41 MB 4,341 349
821,124 821,124 000000000000000000039d70c8e1ae0f8c72cee0de965628b0199741b97fb9b6 1.39 MB 4,409 365
821,123 821,123 000000000000000000031781419464cd1b5a6322e7e1a2b44ba53954c61d4ac1 1.35 MB 3,929 388
821,122 821,122 000000000000000000000c127d1adcaecefb2baa0a1cf61c3c7bb1008a8f4b24 1.37 MB 4,425 286
821,121 821,121 000000000000000000015013c6a6161466b56e8424e4251a5072f106540ef98f 1.46 MB 4,132 241
821,120 821,120 0000000000000000000129938565ba18b33d663db7cf7d588e232f13da909d77 1.46 MB 3,850 243
821,119 821,119 000000000000000000016b4c2b3d5a0201d00a7e4a24a56772fbd4c23c00ca1a 1.43 MB 4,277 276
821,118 821,118 0000000000000000000185c0735d154debc5ce67789fb22064888ac50960c3c6 1.42 MB 3,927 273
821,117 821,117 00000000000000000001c4958f4f15f692e877b00af97842c456af4ad26575fe 1.40 MB 4,070 290
821,116 821,116 000000000000000000000a295de8127ffa673f536c60dd49d5ca013574d1d05a 1.41 MB 3,926 293
821,115 821,115 0000000000000000000258288bf700db383ee5dcf220ff2ccff549e44326d204 1.31 MB 4,203 338
821,114 821,114 00000000000000000001bf9e3bb096b16d26b04788bfda09f213cc47ae2f7262 1.38 MB 4,416 314
Previous 10 blocks ↓
Total Size: 769.02 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,624.74 GB sent, 93.00 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.