Memory Pool Memory Pool Refreshing

1,624 transactions
0.47 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,875 00000000000000000002349e0000000000000000000000000000000000000000 0.47 vMB 1,616 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (767,482 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
140,392 140,392 000000000000070efb25e4937b19df6a461a518c5f03a34edcb35b26ce27a597 0.01 MB 37 424
140,391 140,391 000000000000063615e1e0d8e0a6556f411ada0b7c4a25f0a4840a09417c0e8d 0.02 MB 71 178
140,390 140,390 000000000000038d7c16f47fd401af2458a31f794c05e4d9d5d10a73d147f401 0.01 MB 21 57
140,389 140,389 00000000000007488647def7769d71e4061a1f509b40b05547afcb4885ae3991 0.01 MB 13 71
140,388 140,388 000000000000034d14d6c07f23dd89c7243857bbbda37dd75d32b3ade8ff9feb 0.00 MB 15 0
140,387 140,387 000000000000089d56d4aa1f609ef72363188b6eff7a7f460917d27630198b37 0.03 MB 77 435
140,386 140,386 00000000000007caa151c2184727768ccdd7c3c01baff2c4b24d6c50eec76d77 0.02 MB 61 197
140,385 140,385 00000000000001e2c43fed6d2d508cf310feb811f38d44e636da26746cf1d227 0.01 MB 16 519
140,384 140,384 00000000000006078d4a7190ae2218b42fa146bb43562fb88cf5e36ce834b310 0.01 MB 45 99
140,383 140,383 00000000000000890c4322dd41735c821df5c8b73920f687cc2dd90e4028a56f 0.01 MB 32 299
140,382 140,382 00000000000004365608c16a45d37f79d446a2972f427e15f5b74d4f9557e310 0.02 MB 65 271
140,381 140,381 0000000000000848a04b1f165080b53ae02bbdd36aeb292af91348f9b93d720a 0.02 MB 28 66
140,380 140,380 00000000000002c2753c5cd315be966ff4c84074fc417079fb17df624d1002d8 0.01 MB 22 8
140,379 140,379 0000000000000522096518edb2bfd3d35ee2906ccac7442711ceddda59eb3853 0.02 MB 68 127
140,378 140,378 0000000000000633d3c00f1dca7a4d446cd289a2b55dd4bae92c39126ee2b2f7 0.00 MB 15 53
140,377 140,377 000000000000025e16add6ccc25769e887986a5790998db3d406c78b6625b715 0.02 MB 50 249
140,376 140,376 00000000000007f247d8157dec0f7eed6b784177dda7264f0a021027872580a8 0.01 MB 25 210
140,375 140,375 000000000000016e3bebb17dba9124b136ec109e50269ac42a51aa507fe35bc8 0.04 MB 94 444
140,374 140,374 00000000000008036dbc5853ff756d56652c00f505938ec3903546038411ee07 0.02 MB 35 38
140,373 140,373 000000000000072ffcb34532a93921acdf42e115bd257d76cbb0cc531375a172 0.03 MB 69 261
140,372 140,372 00000000000008b8182496b1475649e7c2e963bc86213b9cc5a65352bd3aa7dc 0.02 MB 78 77
Previous 10 blocks ↓
Total Size: 769.31 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,642.74 GB sent, 94.46 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.