Memory Pool Memory Pool Refreshing

13,838 transactions
4.38 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,582 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (714,729 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
192,989 192,989 00000000000004418351732d32971bf62009dbb818bef809bdaed7efaf5a8d8e 0.05 MB 142 98
192,988 192,988 00000000000007ef4a017f4d27f42109c53f892ea08cca2ffc28a353d149d9c7 0.06 MB 117 101
192,987 192,987 00000000000006045c8767730c0e764edda1720d126e1e27cf8dbca479ca1bdb 0.01 MB 22 113
192,986 192,986 00000000000005dddec67d385aea3dceff97a0e7f4e757936d97bfd43c1d45a8 0.17 MB 400 123
192,985 192,985 0000000000000163abcac62004e929182e88eff39ef72306acf7406191c5a536 0.03 MB 56 108
192,984 192,984 000000000000014f2f626f9cc4b9674b94b724211d3e7decbbba0adbac2ca1f4 0.06 MB 149 128
192,983 192,983 00000000000002b85d26d035363545e898dce23014fec080363d1ff52637dbf2 0.26 MB 675 159
192,982 192,982 00000000000001e1f604e1e93234de33fcc5840ae2928510385f65d4d15ef305 0.05 MB 121 134
192,981 192,981 00000000000005183b34b0e738078276a8b6d9c421de58620facbb1ed13e9d73 0.03 MB 82 148
192,980 192,980 000000000000057660b894ad5c32509989e89530e3ce25f8d00d5d0eb2fba432 0.09 MB 256 191
192,979 192,979 000000000000066281ccee0e047f04b8771e18cf81df25c0e5d635f7f156c228 0.05 MB 179 455
192,978 192,978 000000000000031ee7c8d1db0111673dfbfa6322933322816bc7562d2a56fe9b 0.03 MB 73 55
192,977 192,977 00000000000006f640be105062669c6989020e97f9087a50bcdc05b9537f29ee 0.06 MB 80 91
192,976 192,976 000000000000018a281c12d0dd5a7ac348bbe74565bf5e473184403e236d49e7 0.00 MB 4 210
192,975 192,975 00000000000006d42c1564be35c2b5bb95bdcc7751d79d645571dc5c01177ca7 0.03 MB 110 14
192,974 192,974 00000000000005ba696244921c15b546f4b638a320bdbe692ac91bdf79036f25 0.09 MB 264 166
192,973 192,973 00000000000003659af4f4c402c449bc42814bb2caceac1f2c56f811896a8c4d 0.26 MB 514 135
192,972 192,972 000000000000015bf62d2e0a2b48cdab6616ac92c788376be5e7c780d69b1948 0.05 MB 125 112
192,971 192,971 0000000000000464c8980a9749691ee521fcab99ddc95b74a0689dc40913d4b0 0.00 MB 9 50
192,970 192,970 00000000000001de17701c55df5b61d34d851a897bd0a483a4d6fa26b4108064 0.05 MB 126 88
192,969 192,969 0000000000000492ec90b62cef9cd27865e63e6f65a65b8337f5bfc6229023e5 0.24 MB 649 164
Previous 10 blocks ↓
Total Size: 769.02 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,622.93 GB sent, 92.96 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.