Memory Pool Memory Pool Refreshing

4,499 transactions
1.59 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,696 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,086 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,695 (613,603 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
294,092 294,092 000000000000000005e0f841fc248317130c374e69d501dcc2d24aaca72d3bd8 0.33 MB 627 30
294,091 294,091 00000000000000005a80d14bd120829ed5d5b0248344266eb0ac95baad2d8576 0.08 MB 256 50
294,090 294,090 00000000000000004d3804270ff891209ea9d41eec43d2098e3745c58168eaed 0.17 MB 213 30
294,089 294,089 00000000000000002984f7b4e9576229ed0c44f2397a323c2938dd365f518ed5 0.10 MB 256 44
294,088 294,088 0000000000000000823783ab67f16a455781f0db71eb9cda6020b91ae8c96653 0.15 MB 196 12
294,087 294,087 000000000000000000b632d11725bd65d1878a85662497abfdc86b4c81d6e080 0.41 MB 311 17
294,086 294,086 00000000000000004467c8289046559f8312291a975d12ac864246cfab721420 0.35 MB 698 40
294,085 294,085 000000000000000028a7532aba92d039280f43a2fb62277d07928b1898871eea 0.50 MB 1,271 42
294,084 294,084 000000000000000022869dd579e40eaced4a17524536681cdee8f26e07f91749 0.00 MB 1 0
294,083 294,083 000000000000000017f7d0a003d471e9a47fb2aaa0a864536734763cbd7696df 0.15 MB 270 36
294,082 294,082 000000000000000073a67bd8f462faaa3ea9f18dda19d44976ba718be9d442ed 0.45 MB 493 26
294,081 294,081 000000000000000098a0c4f246f1ae15180faebfc6884609f80bc598ff196a6f 0.35 MB 733 42
294,080 294,080 0000000000000000a572cac934187f3936a0721f0fcd6c10c184fe9a67bfd996 0.23 MB 428 39
294,079 294,079 0000000000000000966a79f1ea4cfcbddbdec6ff999ccae607e45d24e748899b 0.17 MB 288 29
294,078 294,078 00000000000000003a338a8de0afefdc9a5c4efbbedc8c8abee3e986aebdd05e 0.01 MB 32 176
294,077 294,077 000000000000000046868cac46799f8ea5b28ab01096edf6ac806d1ecd686eed 0.10 MB 197 38
294,076 294,076 000000000000000023598c4f2270d070fe39dbb703e8518c7cd05f311968f47b 0.16 MB 185 24
294,075 294,075 0000000000000000a6ae0b562273e57ac60ad037254dfdf818530679a6d1c432 0.34 MB 547 34
294,074 294,074 00000000000000007cba3834c3c9f4ad752705d324f9a6019781a326fb35373a 0.07 MB 139 45
294,073 294,073 000000000000000018cfc8ad2ceb76a71bfa1ec94e301ba8ebf01b9060e2ecb6 0.03 MB 48 64
294,072 294,072 000000000000000096a393eb56c87050fe23c420978faf96268029cc323ab664 0.06 MB 91 27
Previous 10 blocks ↓
Total Size: 768.98 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,615.71 GB sent, 92.68 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.