Memory Pool Memory Pool Refreshing

5,159 transactions
1.55 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,711 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,562 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,710 (865,612 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
43,098 43,098 00000000030c2defed1e368750cff3d8d17180b26cfb26b64cc3e26ec944a0f7 0.00 MB 1 0
43,097 43,097 0000000002207d181e2b33f71fd3febfc9be0b9e41d04577f20a871657f83cc8 0.00 MB 1 0
43,096 43,096 00000000164e0a614441e2890aab8bb2fa5e8ab1d9b57d0f4be10bbc31887c38 0.00 MB 1 0
43,095 43,095 0000000036e95686e9162f9a1cb6030a7ba9a61d432edf538ee29cad92b8bf4b 0.00 MB 1 0
43,094 43,094 000000002a59c252078acde5cf8cc8efb01ad6b20f4cc22de3d6f985d1686e27 0.00 MB 1 0
43,093 43,093 0000000027494ab1ab7eb278ff42298c81c72337a88912d88448f608f56629d4 0.00 MB 1 0
43,092 43,092 00000000277af9b94cb011cd545cd9ff157c0e848d64c830a3dc4f8c4ed09aca 0.00 MB 1 0
43,091 43,091 000000003f356c8761c2955f9d1f80ff83c0627fb0f7ff6e847dddc487e62369 0.00 MB 1 0
43,090 43,090 000000003bbb034f3bec94ee0c6b3a312ebd3157e05c21f445bf25a7923fc737 0.00 MB 1 0
43,089 43,089 000000001014fb9beda0222b0591901877a5ae11dea1e775a30f3008fdea39c4 0.00 MB 1 0
43,088 43,088 000000001c8f5ef5cd3abc9b84c23eb30920b54aba3eac3063c6f31c2d2ec9dd 0.00 MB 1 0
43,087 43,087 0000000020646a90972f29649e25a401eb320d12cf8c63258b7c5e3453982fdb 0.00 MB 1 0
43,086 43,086 00000000434d57a23627b9bfdda1bc7c071ba135e2c14b43ccbb7a01086f45a9 0.00 MB 1 0
43,085 43,085 0000000012a4c34f1c6c3a850699f60c2af81d123436e20f55458c04dc007882 0.00 MB 1 0
43,084 43,084 000000002940b9058975f96e67b98ff7f52a5f34177b081a83de0e2812065fcd 0.00 MB 1 0
43,083 43,083 000000002e666f5c1de93a4d38ba83f34dee70fa1569dff79fab20220d4a0d29 0.00 MB 1 0
43,082 43,082 000000003ce8dd715dd9015bbb3d9684d0a4f2e1fc560b97dc644ec3fa52f609 0.00 MB 1 0
43,081 43,081 0000000040f41cb9ac43e1e2766f3befbc874962d4fefbd44679a0ef37656630 0.00 MB 1 0
43,080 43,080 0000000010c8dc6540be9aacd7dec2ddf41d3d6df6ca8b533af487587ee7f2bf 0.00 MB 1 0
43,079 43,079 000000001d04fe8e381a4eccbee6d2581e7c5cf5a68ce2c06b6167ac1f086b5b 0.00 MB 1 0
43,078 43,078 000000001fe7259ab9d961ce47c5f08974820d3e58eab90ad6dcd78da4de53c1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.03 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,854.64 GB sent, 102.06 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.