Memory Pool Memory Pool Refreshing

4,095 transactions
1.19 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,503 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (124,727 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
783,147 783,147 00000000000000000005f11b38625bff6776deaa417244e58989ff731e9643b2 3.06 MB 1,093 7
783,146 783,146 0000000000000000000398b922d86757586d4349352aa67272bed270e103c9c6 1.57 MB 2,986 26
783,145 783,145 000000000000000000014511edc2a5f273bc645882b8ae14c669a6383b907467 1.50 MB 3,057 29
783,144 783,144 00000000000000000004950a0b6b29404294dc156dac3242ff5eacde006a0e34 2.03 MB 2,478 20
783,143 783,143 000000000000000000042b21b584d589104fd721707587c149537600fd554601 2.09 MB 2,012 10
783,142 783,142 0000000000000000000422b3329303a5421f91280b7c1621aef3908b2806354a 1.88 MB 2,327 25
783,141 783,141 0000000000000000000344ae2ab224e8fc5cd99809127921966bd0d830a55c27 1.24 MB 1,907 36
783,140 783,140 000000000000000000055526f229a01e6335bef065cd71d0b2921ba89de7b9ce 2.12 MB 2,298 19
783,139 783,139 000000000000000000023db2d7eaf6407eaa55d9654511b2f4abcd95daa0d278 1.88 MB 1,015 9
783,138 783,138 00000000000000000002ce19128385a7aa53a1aecca8b4ade14691bed439729d 1.25 MB 1,443 20
783,137 783,137 00000000000000000003b52b5b3ed0b80c814894bc936c2f103997d6f2f6736e 1.33 MB 2,133 25
783,136 783,136 000000000000000000017c2ebd17462d4d6e8d92342af021510acd0d5e81ef7b 2.99 MB 1,531 10
783,135 783,135 00000000000000000005ca1516b481ee080358398a7534d5bcd9351969d95f77 2.07 MB 1,237 11
783,134 783,134 00000000000000000005e35df04e3417f6f5d233dda0ca1be07a3d785e96f16c 2.33 MB 1,992 17
783,133 783,133 0000000000000000000308b0b9200ac95cd6b22e87a891d8aeb0c2e43bfec278 3.47 MB 826 7
783,132 783,132 00000000000000000003c5d157a343ec4d9b0a623adb9af8eabc865764808896 3.91 MB 195 4
783,131 783,131 00000000000000000004df8586e9b7194712258dd39cb1f2fbcccd7a66d22344 3.91 MB 198 4
783,130 783,130 000000000000000000025dd4c7a048a1b744f7318225194211f5104062427722 3.23 MB 1,067 7
783,129 783,129 0000000000000000000168b036b069c5b23bfae8ef85daa45832adfab3b61e66 1.92 MB 2,549 21
783,128 783,128 000000000000000000058e5930b0004dfd6b9f6e9447fda833547ed61f678096 2.27 MB 3,251 11
783,127 783,127 000000000000000000025e517541519090adc316541d2a675185f74bdd0a0978 2.24 MB 1,029 10
Previous 10 blocks ↓
Total Size: 769.31 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,642.76 GB sent, 94.48 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.