Memory Pool Memory Pool Refreshing

12,731 transactions
3.99 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,716 (7,402 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,314 900,314 000000000000000000014d18d21963aa4dc61b1f29bd1ba5e8e7ff987e556ff6 1.48 MB 2,976 2
900,313 900,313 00000000000000000000693a4ab669130998b1cce72bb5580c31d57e0fa37fc4 1.41 MB 2,598 1
900,312 900,312 0000000000000000000092918bc5f6bcec894e197ef82073ccb1a66a053ed6f6 1.67 MB 3,930 1
900,311 900,311 00000000000000000000d0ec9ddde8f19957f98a521687cb5ae5e1f810dfcf14 1.64 MB 3,631 3
900,310 900,310 0000000000000000000156da570acf180d6f86384b198915803fcf8d6fd67bb4 1.49 MB 2,387 2
900,309 900,309 0000000000000000000227cdb36295618fe040a18290c81b75533f1a088222d3 1.44 MB 2,669 1
900,308 900,308 000000000000000000000be87c952310cd08f125f1c56f7dba67c64e00454206 1.63 MB 3,494 1
900,307 900,307 00000000000000000001348de54759149bc9e3445338f677b322de30aa73c082 1.70 MB 3,339 3
900,306 900,306 000000000000000000014acc6bd0e9fa8ec51d4932db81160e14a13f0ac960eb 1.78 MB 1,688 1
900,305 900,305 000000000000000000013d0302e109a20b9d493aeea32bbca1db54fbbff7e4ae 1.98 MB 2,052 2
900,304 900,304 0000000000000000000109505acd47b4f745071350013d0ceb6ce370e6463672 1.62 MB 3,894 10
900,303 900,303 00000000000000000001ade06c240e47c260150119e6f7d65b56fe45decda8d0 2.50 MB 2,156 1
900,302 900,302 000000000000000000016b8b6b625e3e7ed42a6339aa8453848e336591c79c19 1.97 MB 2,447 2
900,301 900,301 0000000000000000000142bcc0a26472932294714a8cb8d82ed69c692e37f40b 3.28 MB 431 1
900,300 900,300 000000000000000000011198bf75e1028328471a391b0db7fc5940862f63cff9 3.61 MB 336 1
900,299 900,299 00000000000000000000332f6b9a65f2c21439b0a27f6250c57b7137e62a80a1 3.30 MB 246 1
900,298 900,298 00000000000000000001635c7bc7f7d638582c89a1d7681f7176bbd7db7be0e0 1.49 MB 1,095 1
900,297 900,297 00000000000000000001659a18f29f4481493cb4dafa32fc7fa129f9dc8903af 1.80 MB 3,050 4
900,296 900,296 00000000000000000002124ab30b908b9200a55875eb13ee2fc330146d2ffa32 2.71 MB 1,135 1
900,295 900,295 00000000000000000002089ca9c3be45118a79f8bfeb2188dc28dd4a7085d34a 3.18 MB 1,057 1
900,294 900,294 000000000000000000001802e4d4f30746a5e51e56fc4fdf1743734e7974ad69 1.79 MB 1,988 2
Previous 10 blocks ↓
Total Size: 769.01 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.19 GB sent, 92.93 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.