Memory Pool Memory Pool Refreshing

3,965 transactions
1.60 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,205 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (745,404 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
162,397 162,397 000000000000025e497f58477e3219a327391efc859be83fb0803e27f5077727 0.00 MB 1 0
162,396 162,396 0000000000000b5773616eeacec0d377b04ca90a78b86290e08cda83e1bbabdd 0.01 MB 24 0
162,395 162,395 0000000000000b29187b70199b7c3a76d11a09b27dc8494d90b2f7455bb61486 0.03 MB 62 200
162,394 162,394 00000000000002e0618aba9883cc3cc1afb5e7e14fa521e63a41c4b4f1b78d72 0.04 MB 50 65
162,393 162,393 000000000000019141867b57fc8227620731da1b3e5c33aa03ba566fc4fe89bc 0.03 MB 25 50
162,392 162,392 000000000000002d2fae39f33b3c5f6c18d1fedb4891368a5c8e41eafe4a06ff 0.05 MB 86 236
162,391 162,391 000000000000036902b490cf4f69b3471f11495315be44e9b1d6c0b7a9af129b 0.01 MB 11 26
162,390 162,390 0000000000000b4b19103d615a83dc08f318bd0952a19b10788dce0dd35767ff 0.02 MB 41 76
162,389 162,389 000000000000088d6c7b9d315986ee0fe7f6003499ed1057befb951c4e5c8065 0.05 MB 100 280
162,388 162,388 0000000000000aaea6cefb49a04d865b7aa1286e4b8d5c4fdf1652dd5455484d 0.01 MB 21 120
162,387 162,387 000000000000064018230a885c6b5a3cdddc54e880b4433b7d2388f420de1215 0.01 MB 27 68
162,386 162,386 000000000000042489b78c2713f3390f2f69047bf09481cc1cc53657bc06242a 0.01 MB 12 123
162,385 162,385 00000000000006547923bb3ea1efc02869e844b1cb3da440a27b41b5e2644372 0.01 MB 10 40
162,384 162,384 00000000000006b271d7388f948d414676749d916a36fa7a64daa0c6503ec907 0.03 MB 26 51
162,383 162,383 00000000000000a5230fb4becfc475f5d7d7b71a5db9afd11aed9bd00673a43a 0.05 MB 93 3,385
162,382 162,382 0000000000000d5e1993ae522aa04889eb9f9c9de127f3e74fed506e4d208460 0.01 MB 21 421
162,381 162,381 00000000000004efecc93469c1e78c3baba5c383ccc2722d8155db66389a3e86 0.01 MB 13 729
162,380 162,380 0000000000000a85cd63b53fa3cbb17083e0d01c207ca08cde7fc65cca822076 0.02 MB 38 90
162,379 162,379 00000000000006eaa22da3cff87153a0728c865a334f70e3310d7c478a22e1eb 0.02 MB 30 9,603
162,378 162,378 00000000000002dcc938af12ff280c00be8382efb3cbf07dd6aed58c2d2aea7b 0.05 MB 53 429
162,377 162,377 0000000000000cf426ae061d4c0cb18bcb7f9508deb7a6f9e5b49a8929fd52d9 0.00 MB 7 769
Previous 10 blocks ↓
Total Size: 769.17 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,632.85 GB sent, 93.73 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.