Memory Pool Memory Pool Refreshing

7,489 transactions
2.80 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (408,853 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
498,846 498,846 0000000000000000006d7d9335e7fde0056cf710f5be518701b05b072d78b66c 1.09 MB 2,600 320
498,845 498,845 0000000000000000003aa8c876f124bfc9e2b223e76917aad811a98554a9a893 1.08 MB 2,501 247
498,844 498,844 00000000000000000008e3bf09ca34e05291290ea19ea40d7a9a7e3f48ea4c7b 1.09 MB 1,949 387
498,843 498,843 0000000000000000006bd6e6502e7a4d53908519d9aa2038d4c5c489b8ecebe0 1.08 MB 2,582 332
498,842 498,842 000000000000000000474b7fbc158c12853ed3bb0007040327762e8dff00bf00 1.04 MB 1,994 399
498,841 498,841 000000000000000000526ffbb728bf6f0e303597726694d51e2e19813d8bb3f1 1.06 MB 1,999 343
498,840 498,840 0000000000000000005a1ae5f2b5bce59c42b2d8fc20cb15f4905f27e12e7a2f 1.09 MB 2,636 382
498,839 498,839 00000000000000000082297b65b9d0eb67dbb4d7be4916cbdab7b4c4ffb94a67 1.09 MB 2,545 385
498,838 498,838 00000000000000000075b2309bb6db5a79a68aa2c96b10b2f587d819cdb9b599 1.07 MB 2,236 386
498,837 498,837 0000000000000000005bac47072d4b881a15d70d59c5dd8b257bc4f0e8e59a08 1.07 MB 1,976 449
498,836 498,836 0000000000000000009f0d49edce35b165ac5ac738e5bdb8940169957c3d4aad 1.05 MB 1,499 198
498,835 498,835 0000000000000000009a4a64424a2236f7f2dc38127715729a15d9855eeed8d1 1.05 MB 2,610 155
498,834 498,834 00000000000000000070810dfd6357b71e24791d6c71f7b77df7cbc5fbb8d120 1.09 MB 2,833 345
498,833 498,833 00000000000000000061c1d4d4eaa60c753b9bebea610d7b43153110926adcc8 1.04 MB 2,440 296
498,832 498,832 0000000000000000004f2ce2beef46f14cbc1123ba450903bc51a6585fdb93fb 1.05 MB 3,020 383
498,831 498,831 000000000000000000a41595c0e6a43fe56f378994e129e1db6522bf92107199 1.04 MB 2,191 321
498,830 498,830 0000000000000000004ae150382e5f408e7171e3da67e2aa9a569db57677b7a9 1.06 MB 2,369 419
498,829 498,829 0000000000000000007e3163738b8367eab7959b1bdf890fd5c1e078a28bea39 1.02 MB 2,143 222
498,828 498,828 0000000000000000000c877774450437a8e23b1f435369a13ca993ec7cc32b52 1.08 MB 2,293 378
498,827 498,827 00000000000000000058e562ccaeca34d3781214284927b27186003c5f209398 1.06 MB 2,664 388
498,826 498,826 0000000000000000007d76320b04cf7137d78aab34b46d615115b070a0e5bd0d 1.05 MB 1,903 408
Previous 10 blocks ↓
Total Size: 768.98 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,616.52 GB sent, 92.74 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.