Memory Pool Memory Pool Refreshing

803 transactions
0.23 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,794 00000000000000000002349e0000000000000000000000000000000000000000 0.22 vMB 781 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,793 (423,475 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
484,318 484,318 000000000000000000529b4c3578df647d863ff6d832d9dcd16708f66f0c42c1 0.57 MB 899 140
484,317 484,317 0000000000000000011dba0f75499faab1e2846262468495e6847c8eba7255bf 0.25 MB 380 137
484,316 484,316 00000000000000000125d72f566dbfd4e4f90156af125a905596103ccbf64437 0.22 MB 408 166
484,315 484,315 000000000000000000fc4c6af8ef8b4c520cc679c5d7282efab8f30a12cc1051 0.79 MB 1,448 117
484,314 484,314 000000000000000000a02b0d55e9ab740a48ca3f3ad8fe7de16decbd90ff21dd 0.04 MB 108 140
484,313 484,313 00000000000000000118907d09205749b792f7c0ede73420a28055719a8ecbc7 0.14 MB 222 89
484,312 484,312 000000000000000000ce5fe42f96aeff8b9de771517d9830c6f7563322ca8b98 0.90 MB 1,248 21
484,311 484,311 000000000000000000851ad6d617ea7ae3a294ecb5cd0a6f0b5cd864a569475d 1.01 MB 1,843 106
484,310 484,310 00000000000000000028eb918f8c6e25f581f06927e41e9688b695c2a9eff665 1.00 MB 2,145 212
484,309 484,309 00000000000000000110928c3a479bec2a798a32f1a193036bf35a0fda8efc30 1.00 MB 2,072 128
484,308 484,308 000000000000000000723c036894fb7d6c8f3cb35ef5fa1829c7fe51650052b8 0.50 MB 977 57
484,307 484,307 000000000000000001072d27450f60a934b75bf3451ef5accaa4749efd569713 0.52 MB 869 78
484,306 484,306 00000000000000000072e92e0bc598293b70ccc7d72689083c265834e17314d1 1.00 MB 1,888 187
484,305 484,305 0000000000000000006ed335c2d9ff7cdb9af0b37c1019b0778dc3023a00a927 0.48 MB 890 124
484,304 484,304 00000000000000000104e7145540f0b0b384a218abe47a4a2018d84a853e6f22 0.87 MB 1,649 103
484,303 484,303 0000000000000000012800901de4f40d893d295ff774670f104ea4588b9843e8 1.00 MB 2,226 63
484,302 484,302 00000000000000000050512214f402f413d0dce0dd500001b69006f56a9b6c8e 1.00 MB 2,346 128
484,301 484,301 000000000000000000c5218130b41518716646a9495f44e69d9ab4831b216b2c 1.01 MB 2,047 147
484,300 484,300 00000000000000000099ebfdfc2b946e114b90d815d309d2327d4b28b6594ebd 1.01 MB 2,008 154
484,299 484,299 000000000000000000d4941f73af8e050d0a1f51eff5ee4159f3582472a674e0 1.01 MB 2,185 207
484,298 484,298 000000000000000000f02421031cd09e631ead9a572a416d1369d56f94e911d2 0.27 MB 390 167
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.65 GB sent, 93.64 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.