Memory Pool Memory Pool Refreshing

1,614 transactions
0.49 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.48 vMB 1,614 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (551,767 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
356,020 356,020 00000000000000000b5e9911955904a2bc3264d613f313bcdf34dfb7dd847d75 0.20 MB 311 22
356,019 356,019 00000000000000000cd466cb5f71f86e9c2e1ce0c400e6502d1cda8f5beb610f 0.18 MB 328 32
356,018 356,018 000000000000000000b401c8742fdc6a92dda0d5814959231e354ae08df574d2 0.59 MB 1,068 27
356,017 356,017 000000000000000014153059cfa6b1e8bd2a75d5be6d051a0a2e39270520d9d2 0.16 MB 244 23
356,016 356,016 0000000000000000098ff470933f62413a64f986d3c7b20eca7a1192532704c1 0.28 MB 408 22
356,015 356,015 00000000000000000c5579bcfec3b494f0f349869b8edf9c381194e0bdd86ed4 0.21 MB 372 27
356,014 356,014 000000000000000012d5264a767a87dd6ff337962ead80ec68b7598fde492a64 0.10 MB 91 6
356,013 356,013 000000000000000006a4a2420b5a728e2d1cc6c4cddafa73d928c4f22853415e 0.41 MB 515 21
356,012 356,012 0000000000000000061860d91db80f1902068f8b19b3ba37e90e7d7270d6b17f 0.03 MB 80 27
356,011 356,011 000000000000000010eefe2df0d9344004dfdcb4a79d4bd1572b2790fac41eb3 0.02 MB 42 31
356,010 356,010 00000000000000000afd1d7113e902f4724034f1bf662a9bac4ea79b543f8c66 0.11 MB 126 10
356,009 356,009 0000000000000000078fe4f72c4d4a233547440006edf80be3873d2ee07bbbcd 0.75 MB 1,123 24
356,008 356,008 000000000000000015549c011dac65586f6d07e5e89ce36665e3a5db03141772 0.07 MB 135 23
356,007 356,007 000000000000000006b90a1051d706d65257824150cc0dad88de08f42d5e8abb 0.20 MB 200 17
356,006 356,006 000000000000000016126502ea69f956dc9450d7ea3ec5b7792c6d659cff1cca 0.14 MB 309 26
356,005 356,005 000000000000000007852063a057aa37418a0314dd5df777b3ea6fc79f0e8db6 0.08 MB 153 23
356,004 356,004 00000000000000000a8720ebd2ef8294e6110a24d1509f258c9b43f6e0c688b4 0.10 MB 144 16
356,003 356,003 00000000000000001504c7dc361d63dee99f7a894a188e547f20b67e688c604b 0.41 MB 769 27
356,002 356,002 000000000000000014f8d8773d458f5a2decb8293043fa72cda035e583f14ce7 0.21 MB 419 30
356,001 356,001 0000000000000000153c94e6c7510bf67944d7b11e56de38c4c06850ee19c047 0.07 MB 139 31
356,000 356,000 0000000000000000138ce5493b612b0e90b66e2a76714088d6b3e6a4770215af 0.17 MB 370 26
Previous 10 blocks ↓
Total Size: 769.14 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,631.96 GB sent, 93.59 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.