Memory Pool Memory Pool Refreshing

4,384 transactions
1.65 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,702 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,719 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,701 (160,542 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
747,159 747,159 00000000000000000004c84f01983266a3982da331896bba1d6b1e6f4882ed0c 0.31 MB 453 13
747,158 747,158 000000000000000000098257def440e2ea1e5d0da60f6a98cf7f2317e73f09db 0.60 MB 973 11
747,157 747,157 00000000000000000005cc4bb9b1625c22f03f0e9df4b4879397860ff150d807 0.83 MB 1,674 13
747,156 747,156 00000000000000000001c2cbc132f42874df0b0a1f67a72211f3ef30b071436e 0.61 MB 1,196 12
747,155 747,155 00000000000000000007c768f967fd9c07effe3cb9f5a8a5328ef45ba0cced36 0.65 MB 1,252 13
747,154 747,154 0000000000000000000479f49d3896481ce4612cf033eaabf87013882c19fcec 1.59 MB 2,145 10
747,153 747,153 00000000000000000003687bc3a1135abdd16fd102c6341e5e3f19e8d8b8237b 1.68 MB 2,262 6
747,152 747,152 0000000000000000000472364497f5fe26d69f52c30d0166eae2a1331017b230 1.45 MB 2,991 19
747,151 747,151 00000000000000000002fb169b8b41296914d7258cb25646f44d53d1d9cde700 0.57 MB 1,017 13
747,150 747,150 0000000000000000000395913a4894170f6b9a412d93d5f544dc8a5901181c9b 1.01 MB 412 2
747,149 747,149 00000000000000000005ad93a910e82d030319d65f823ac5dd38ca8e320eaa5a 1.61 MB 1,984 12
747,148 747,148 0000000000000000000a15398f51c4a292ba16de371ac6cd7c4b2226ed9b5183 1.18 MB 1,603 17
747,147 747,147 000000000000000000007d53c2ea5fad0252a8c0d386a0bf981e52d4788f1ac3 0.08 MB 177 12
747,146 747,146 00000000000000000008179cbd12aa6aeb988cd39335b158e56dbbf2bbca7788 0.47 MB 438 2
747,145 747,145 0000000000000000000415c60f5e55ba91822f7814b3258e2002636027cce551 1.72 MB 1,536 3
747,144 747,144 00000000000000000000413840010cfa2718964fd784b9b9d08a253f9b098388 1.47 MB 2,605 10
747,143 747,143 000000000000000000099f7e4d73f8a87c4f90da16a30cc9fc0a1df937f2e6f6 1.56 MB 3,105 13
747,142 747,142 00000000000000000007ff877ddc0bd9c75acb5de1f63db408d12b4c997bb8d5 1.38 MB 2,883 25
747,141 747,141 0000000000000000000731a3c722832776d77efb956cf3bf7103ceca9360d190 1.56 MB 2,784 9
747,140 747,140 00000000000000000000df4da5d59f08e46962f5add728eb8d3aec70bd67921d 1.45 MB 3,376 20
747,139 747,139 0000000000000000000332d413044430a58007859aefc3b0d1d6c2cb79fa7435 1.85 MB 377 1
Previous 10 blocks ↓
Total Size: 768.99 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,616.53 GB sent, 92.75 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.