Memory Pool Memory Pool Refreshing

5,747 transactions
2.48 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 sats/vbyte 3
2 sats/vbyte 6
2 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,655 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,543 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,654 (685,634 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
222,020 222,020 000000000000037770b858f66d11ede084d1bd352ea84945f449ca21e8b9fd3b 0.25 MB 589 190
222,019 222,019 00000000000003064d4f9c7345631253077ca0807e4d03cd7875c58a1fe9a916 0.00 MB 9 14
222,018 222,018 00000000000000c3aab5998ca00b9611bc107f568e2739d4542a82eaced349e6 0.00 MB 6 74
222,017 222,017 0000000000000491a2fe178528c61ff5fe84ec53a605c99f25d639d3789a1e8b 0.14 MB 283 169
222,016 222,016 00000000000003b45abb403ff34ad42e7cb699860b903e2183a556aa8dd10042 0.25 MB 641 222
222,015 222,015 000000000000028a6e01471f89a7ac2b7159aab1ff5f03e6125b7e8c703dc4da 0.20 MB 355 125
222,014 222,014 0000000000000354bce229ecdd98a11ba9bff67b195820d346ca9dc444903f14 0.00 MB 9 325
222,013 222,013 00000000000003303ac09cd4e035ad697dce7deb3d90f2ad361b3bf55e8750a4 0.21 MB 482 214
222,012 222,012 000000000000017bbb5f9d6d71bb138f3c06ec8d97d77b837a352ffa41a607ec 0.17 MB 371 190
222,011 222,011 00000000000002102c998162c1b2a2484dda56e707d3ca52ce766a4544dc86c3 0.20 MB 176 105
222,010 222,010 000000000000013fc7404cdd30ad2b2cd8efabaeab2ab08f866fddb89b10d8bd 0.19 MB 453 177
222,009 222,009 00000000000003b67d8251d23f37067a6151eb721609376294d1d20e26d94c09 0.05 MB 131 125
222,008 222,008 000000000000011a35f24e2b533c7e1049d2f7bad849d6862e949dfee6061c75 0.25 MB 702 245
222,007 222,007 00000000000004740d5c3cba8010dbc326a234019a92d965c4740e2900193726 0.16 MB 272 145
222,006 222,006 0000000000000296e8706900556879665b180a427cc368c7db0375cf2e24391b 0.13 MB 280 36
222,005 222,005 000000000000004f4bd5389d7e8c8fc0134fb3084fac3c40816a49abe63c3238 0.06 MB 92 130
222,004 222,004 000000000000018bef4d47112b0bb7e6fdeb34c55081faa6e8afe5bc48bbef69 0.25 MB 681 220
222,003 222,003 00000000000002f63fe4fd40466de8458e279918397b1781dd933ca39e3003db 0.02 MB 44 219
222,002 222,002 00000000000003791889a579d8d4dc88a05c6480464ecd7add68b7f22235e989 0.10 MB 210 298
222,001 222,001 00000000000001e591318e4a6b4fd712e7cfd4e8a87bb65ea1b3c0a3f5a87ee2 0.23 MB 483 256
222,000 222,000 00000000000002c752a481ce0c45450ab046e640d38d6532178721e7700d8148 0.05 MB 146 96
Previous 10 blocks ↓
Total Size: 768.90 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,596.77 GB sent, 92.25 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.