Memory Pool Memory Pool Refreshing

2,786 transactions
0.78 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 0.77 vMB 2,780 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (696,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
211,852 211,852 00000000000001276c71333abd88116eb5daccc5acca22315350bb865fc5cf82 0.08 MB 167 129
211,851 211,851 00000000000002d292153ae5a50a1274974fc3ccbe8ea2d48c4c66390bcda842 0.17 MB 340 179
211,850 211,850 0000000000000171b18a53ef3772e2c8a448915726bb311869d6381a60a33a8f 0.21 MB 423 212
211,849 211,849 000000000000014241e2393c057aefcaa0eaacb119374e529312f6fb3460b2da 0.05 MB 128 109
211,848 211,848 000000000000031643acab05eaad7af499037608ec43b83b6b897f1817337cf5 0.25 MB 419 149
211,847 211,847 000000000000045e7a7cc492a7b66ede310f81178edca7370fe226aabf724c1c 0.20 MB 571 227
211,846 211,846 00000000000000a842b575a0a4b4e3e1d6ee7e62678ff7eb41cef303981db6a1 0.09 MB 235 243
211,845 211,845 00000000000002c20e5ec95824148f6c2f1b0edf125580c611cf51cef20f43b1 0.13 MB 271 156
211,844 211,844 0000000000000195d98ae452fbbc77c186ef358b6773bba44393e27fe6776060 0.25 MB 441 128
211,843 211,843 000000000000012d9325e6b130ca6f7809af4ba32636b9449927cb4492e277b3 0.00 MB 1 0
211,842 211,842 00000000000001f5564e973672f86a93256bdc0177669b0a2e75e5a7da5baab1 0.20 MB 375 190
211,841 211,841 000000000000009104392fc41fde7c1e46828f18a54c56094f151f798c2b91c8 0.05 MB 124 326
211,840 211,840 000000000000041d77e1eb26e2a65cd14fad3d6067e9312e44b9cd41849ce799 0.05 MB 154 277
211,839 211,839 00000000000000cf36ac1eaa9547c5853ab1f81ebcfe0667c3be9c69d4fa8d4a 0.03 MB 80 158
211,838 211,838 00000000000001e6bc9c61793d3599d9feeda34ad5a5de7bf3695ff3eae0f1fe 0.25 MB 441 168
211,837 211,837 000000000000011053bf073a75e8556d24c52f0f75fcc2f99856827b55cbf8cd 0.25 MB 575 204
211,836 211,836 00000000000001564cfb5d8aa5463e29a4b3c2cb7bfaffa36837e137490adcfa 0.03 MB 104 86
211,835 211,835 0000000000000011bca6b7e18b8b05dff64f31c67778294fe9905eb3fb31340d 0.22 MB 463 142
211,834 211,834 00000000000003acfa257eb18bc969b0e3e4f7e771dd0c4fba21e5d1a98103fc 0.05 MB 126 182
211,833 211,833 000000000000026851cdefe5e21850f8a62b42b97f89687ef42ca51776644595 0.05 MB 121 156
211,832 211,832 000000000000045540f20d26a155397457f60ab62e12fa908bbe461b62e43d1b 0.05 MB 139 302
Previous 10 blocks ↓
Total Size: 769.28 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,635.56 GB sent, 94.33 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.