Memory Pool Memory Pool Refreshing

2,120 transactions
0.73 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,791 00000000000000000002349e0000000000000000000000000000000000000000 0.71 vMB 2,091 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,790 (632,653 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
275,137 275,137 0000000000000004b86b6d97e6fac49ad002ae2311427f07bdd7dba9774c049f 0.29 MB 163 17
275,136 275,136 000000000000000432a946d6b4e19f77b553c4665d118a34bc0ed57248fcb736 0.20 MB 247 21
275,135 275,135 0000000000000004195944d21ab7db383f3d94b63d4b27bf3a5b827384063bc1 0.25 MB 653 44
275,134 275,134 000000000000000066fa793a0f743eaa0c42f2523f08f8bb3751b4d6c07b5411 0.03 MB 62 90
275,133 275,133 0000000000000002acdb1033b7563de6f86cf2b3ebb36b4a5cb18377a1429298 0.03 MB 65 72
275,132 275,132 00000000000000005f3fc7050e4433c489744f551813b41bc7a268b47cc4b216 0.18 MB 349 37
275,131 275,131 000000000000000393d77de3c1cde6da100b740b2285d6a9cb23ae96dc1abc9d 0.18 MB 379 56
275,130 275,130 0000000000000000f67dccb479a246a8a12cf416ed9d16ebffcb2e495dd52191 0.05 MB 108 50
275,129 275,129 0000000000000000bd0069f9366118d1ac033ff4d37e85ae0bcdef8f430c936c 0.15 MB 267 29
275,128 275,128 0000000000000001c28f09b7b491e6ab28f541b8293394235e463385992af53a 0.30 MB 558 44
275,127 275,127 0000000000000003e985ac6ed9143a089b22fd75ea1852b6561b2790dc37f7e2 0.35 MB 668 51
275,126 275,126 00000000000000046303f2f30d50e5aa4922179906140ed7cf4ca15325a71a07 0.04 MB 104 20
275,125 275,125 0000000000000004773e4af38953eedd1579e5a49beba08ece3bf8243d39235c 0.30 MB 659 45
275,124 275,124 0000000000000003b00cd0a4c619c517e4c0d0727d7f7c3bba4f53763f40c695 0.48 MB 1,004 47
275,123 275,123 0000000000000002d76f98162b17fac3e0e08db67a635e610aa14f8121c3c6d4 0.25 MB 558 47
275,122 275,122 00000000000000031553223f3298f179497e1b8d4fc8d6db35777c712653e76e 0.22 MB 483 53
275,121 275,121 00000000000000011d38486d72945bc8a2ff080b8a06e55664862b78b354de44 0.11 MB 183 27
275,120 275,120 0000000000000004265193cee574dca77bd09ca27eebb677f9d98a421eb3af2a 0.25 MB 651 80
275,119 275,119 00000000000000022d9a18e8dd0fd2109496e655a8ad217c62e19b4b3000793d 0.12 MB 268 41
275,118 275,118 00000000000000011601ea266ab101f559154d124a06b5eeb9995677a2ef9103 0.13 MB 291 53
275,117 275,117 0000000000000000055e334fea94b51397ad7167f441981ce9db713dee666127 0.03 MB 80 33
Previous 10 blocks ↓
Total Size: 769.15 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.53 GB sent, 93.62 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.