Memory Pool Memory Pool Refreshing

6,486 transactions
1.91 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,693 (677,619 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
230,074 230,074 00000000000001574d0aeae8c8b81298e9578e91c8d550a4e10321138ed7de45 0.05 MB 126 219
230,073 230,073 00000000000002287581af924bcf688011075453111e533a2c670b876473b5f3 0.06 MB 118 25
230,072 230,072 00000000000001b8d6fcbd52e5664cada8d19dc01b4b7c777bb98e99b27e0728 0.03 MB 72 182
230,071 230,071 0000000000000140ced9dbc49bbd6999f69aa38c5ed10115018f1b04b25e9155 0.26 MB 351 144
230,070 230,070 0000000000000026ea4ed27c2761b254a121c6e27149e7fb9699e5c0152d50ee 0.00 MB 8 74
230,069 230,069 0000000000000211b8012ae959558c0ec9618ff9e450513ae5072e3586e83c40 0.26 MB 370 112
230,068 230,068 0000000000000025f669b42e059174abd67e107c99d19566f99b9e14cffc9316 0.25 MB 749 254
230,067 230,067 00000000000000b5a2ff0c69ab02a66c505c56102f04400e51794889e5ae66e4 0.24 MB 138 25
230,066 230,066 00000000000000c6d909822033987a2e6e3527757addf83a6e3c0914967c1298 0.25 MB 99 57
230,065 230,065 0000000000000085b8ab7c62c4ab8d920e11a4212cf14756851203fc66eaeebd 0.33 MB 498 154
230,064 230,064 00000000000001ba1a5e30f8a392dce2c7ad0aa644c4b2db887dce75b1187af9 0.24 MB 229 101
230,063 230,063 000000000000006c7ae9c6c46ed487f317db8096411ecbc2dc5966c436e74730 0.25 MB 388 147
230,062 230,062 000000000000005fac812cc920320d896f93129521b7f99625b4fc3c257c280a 0.25 MB 586 224
230,061 230,061 00000000000000cedfdf7c814df43e895481d32d3b49a7f9b7b6b2a2a252f910 0.25 MB 368 142
230,060 230,060 0000000000000226ffb626fd64c95b6171357aafe0c8047e7c57b987068609c9 0.25 MB 375 151
230,059 230,059 0000000000000044030f536fa96fe2968fb00310831180fb20920e679b7e4a28 0.25 MB 617 223
230,058 230,058 0000000000000214af0227db8f33cdde2c789c57414b21348646c7836aa87570 0.47 MB 1,245 276
230,057 230,057 000000000000003a5691f9e0d4f202e5a676202d510d6099e2a976dedc5cf8e9 0.04 MB 84 148
230,056 230,056 000000000000003c5b30875defe8edaa260fbcc955d096a403f142ddbc3626ac 0.25 MB 495 210
230,055 230,055 00000000000000df39ba78ddac29d8902b2e85d980b19b28ad05e000a2406ddd 0.46 MB 830 170
230,054 230,054 00000000000001968e8d57dd0952400f95e91b22f0f4f13ef98f64a452841819 0.47 MB 1,156 204
Previous 10 blocks ↓
Total Size: 768.97 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,615.63 GB sent, 92.67 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.