Memory Pool Memory Pool Refreshing

439 transactions
0.11 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,799 00000000000000000002349e0000000000000000000000000000000000000000 0.10 vMB 431 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,798 (690,074 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
217,724 217,724 0000000000000397e29443a65993b5c72609d0a5a9a886fe3fece3d2fdb6216f 0.36 MB 619 69
217,723 217,723 0000000000000143a74815dd92684f8dd26a6d324011bd7f5b1695507d8473d3 0.25 MB 749 231
217,722 217,722 00000000000002f172131b7cce450374b2cfbe10035f68834e657e6dbbd7d017 0.04 MB 115 208
217,721 217,721 00000000000000a45013d9c9715f9d68b9782764c22458ba70f6441684e3f3e1 0.15 MB 400 203
217,720 217,720 00000000000002c092bb41dd4f74fceec11fb54fdebd1c2dc24d1c86b3b2984d 0.05 MB 72 178
217,719 217,719 00000000000000b69beed3e816f3ca92503bf0df083d80510b9698c110d58235 0.07 MB 179 161
217,718 217,718 000000000000029654c04fceca284a8d316ac7e348f58ccac0f353a005fde401 0.09 MB 130 120
217,717 217,717 00000000000003b57bbe973d88b7afe7cd441599b24d45c6374193512a974aaf 0.03 MB 57 68
217,716 217,716 00000000000002ca28ff8e5d57654b458ecd778ce8ccca529e81b44f44114e3b 0.22 MB 546 180
217,715 217,715 000000000000043759d30cf5f455e943a54cc6dda73a45527f6d87e66a95f70a 0.09 MB 293 76
217,714 217,714 00000000000003d4e0d665682031f448f07f0be2773c7a97b27ffb93f12480bd 0.16 MB 285 3,241
217,713 217,713 00000000000002956e418025367cc6117d6a00977bf3b558fd505bbf088a8dba 0.19 MB 216 98
217,712 217,712 0000000000000127a0c632c598b327f5d14bd14cbde340d5668d4480ce0e7aa4 0.25 MB 692 341
217,711 217,711 00000000000003ee1f02bfc2226df01a7ab9c77b89b0de4057eddc79fa42f4fe 0.14 MB 312 176
217,710 217,710 00000000000003f72cb91dd3223fa35097d15a5181adace3eaf91f7587b69db0 0.04 MB 94 108
217,709 217,709 0000000000000374354b609c899eae275f90404db417af77833281e8548706f6 0.19 MB 471 178
217,708 217,708 0000000000000312272992b8f044f668fb7d489a85b3e2cfbe3e9c8d24f31475 0.11 MB 192 131
217,707 217,707 0000000000000127edaa0908c89c91a4329b03fb210e1db5bc4c63124fe533e2 0.17 MB 287 105
217,706 217,706 00000000000004b26f658f3a4c452c5cd4ff872d6b82eec87ff2f81843d8d25f 0.25 MB 587 193
217,705 217,705 00000000000001525c4c285135737941bd0549a2a7faf5688bd88ae54ef72d39 0.01 MB 22 860
217,704 217,704 00000000000004cfd5037f11e14aab51939ff0955c2f82cad6834f4004006f52 0.14 MB 295 179
Previous 10 blocks ↓
Total Size: 769.16 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,632.76 GB sent, 93.70 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.