Memory Pool Memory Pool Refreshing

5,941 transactions
2.76 vMB
Show Random Selection Loading Transactions
Max Size: 15/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
2 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,667 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,283 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,666 (728,577 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
179,089 179,089 00000000000001d91ba6c55e288d75785a707e1e46e4c2ea0455088fae179b25 0.07 MB 154 219
179,088 179,088 00000000000005188d7cab1332c33ad2a77d80a2c54b009fecc114863568f3e3 0.01 MB 24 403
179,087 179,087 0000000000000654952657d501808ede00f3728c880b325df621e7fc43ee3d76 0.01 MB 21 144
179,086 179,086 0000000000000303bcafd4fb2d7ccb88800da25cbbb5db8e2574ea7b9a9f8ff3 0.00 MB 1 0
179,085 179,085 000000000000037e0082d7d615939b612d581dcaddb07e44cade4d973255a523 0.07 MB 188 234
179,084 179,084 00000000000001be7fd570c036dbcdca2155dca3c7aedf24375fd8db464a0446 0.05 MB 147 27
179,083 179,083 000000000000003e31ff9ab65d07dbac9d2c0c3cecbd1e35417eacef26f3cdec 0.25 MB 570 157
179,082 179,082 000000000000012f32ac84c1c129a0b036be35412cf12982711d410158dc9136 0.00 MB 7 157
179,081 179,081 000000000000043ff54c4ec9d50fe3b0b0fad77d4c82e68bd1ab61c5f7196aef 0.01 MB 25 154
179,080 179,080 00000000000000c0471b1c2bfa677bb4bb941f72e596c6949e35737e9635cf2c 0.04 MB 120 330
179,079 179,079 00000000000002236700b2fa6ee1e443f19d642b98f7c04fba917ae0e6599923 0.01 MB 15 89
179,078 179,078 000000000000073656a5c5d98dd87aedeee3998dc5d705eb9ad79ee2bc8b30fe 0.05 MB 104 139
179,077 179,077 0000000000000138e26e4e6f48ffd1912a4a8576fbb91c14c99ce32620c43663 0.00 MB 11 17
179,076 179,076 000000000000020cc94160bf31d643250aee6cc6659356927003093868d3f6f0 0.07 MB 155 112
179,075 179,075 0000000000000a39672615d3f0dc67c3d755c26c05e5d374f317628b49724bac 0.06 MB 80 96
179,074 179,074 00000000000003f509089597906b7f491358661d803934bc5aa5aeb53002e7e5 0.02 MB 79 38
179,073 179,073 00000000000004694f286fdd6d74690adbc33ad13512ac218903f931ea900c92 0.07 MB 169 192
179,072 179,072 0000000000000921325a0758d44b91f45c7399e7adeb9afe9457e785c238b620 0.00 MB 10 101
179,071 179,071 00000000000002b5eb677d5ceca7aff867f9bca372b395a06704b48e3cc003f2 0.05 MB 91 450
179,070 179,070 00000000000006f606b7f8a0efca7371aaf67c81561faec36012d552678a825c 0.02 MB 17 270
179,069 179,069 000000000000034ecf7ac6a251db0bc8f9282cce6e253027f84d5a0ad2504e57 0.04 MB 103 168
Previous 10 blocks ↓
Total Size: 768.92 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,603.81 GB sent, 92.39 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.