Memory Pool Memory Pool Refreshing

7,542 transactions
3.75 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,690 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (85,835 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
821,890 821,890 000000000000000000003a86a74dcd20b39bedf945fcf9f96927238a43161777 1.64 MB 4,090 411
821,889 821,889 000000000000000000023820b1f8ec522e5bb01f882e26b055ca882e337016ac 1.76 MB 4,142 154
821,888 821,888 00000000000000000000caf862bc609d15b1bad0bb72a6033e58d6654c647bf7 1.72 MB 4,507 205
821,887 821,887 000000000000000000019436e2cc1060ff9d86bb988538bb92773775120dcbae 1.63 MB 3,536 148
821,886 821,886 0000000000000000000333b1f4d5edeae0ce2a75a810e763bae545e0b85b8a14 1.68 MB 4,040 183
821,885 821,885 00000000000000000000a98880d8474524b131b50d203ab23f8ae6a96615ffac 1.67 MB 4,305 213
821,884 821,884 00000000000000000003c6b5cbca112dd18a83c4946fa27d9395856fdc8b3fc6 1.67 MB 3,733 224
821,883 821,883 0000000000000000000208442ea9baab8530bb5dbfe6f865ae2e7afaa0400de0 1.71 MB 4,008 247
821,882 821,882 0000000000000000000144f9eb0f3294f6f4ab2ed5ae891dae03a9d61c2ac762 1.72 MB 4,162 197
821,881 821,881 000000000000000000020d04df18871d95aa98b653ec58c66db2dbf4e92133d3 1.68 MB 4,199 241
821,880 821,880 00000000000000000003eb7802bacf5c9f00a1c0c6029368cfa8b7fe4351022f 1.63 MB 3,776 225
821,879 821,879 00000000000000000003841f6590a36b87b0b77fe6f0f59fdfe568b8ff3f6b78 1.71 MB 4,272 291
821,878 821,878 00000000000000000001f2ddd40f0679800bbe3a51d768de19d5c228584f64b0 1.62 MB 3,744 303
821,877 821,877 0000000000000000000178bcf8437c4972b1cade4f3c1e4c6a5aecc7a4451aee 1.61 MB 3,515 397
821,876 821,876 00000000000000000003ea72cbbf82e725682e1c9296f6d475477691fbd69d1f 1.44 MB 2,651 189
821,875 821,875 00000000000000000003f158108801479c4474983a4b14cfe3dfcb382abc9671 1.69 MB 4,049 181
821,874 821,874 00000000000000000002b82e0ec031d65574a8fee10f478bba76192eb0bda88c 1.70 MB 3,172 233
821,873 821,873 00000000000000000003e2ea101ffabd6b0944a3deef01e7a6229f234fc68e4c 1.60 MB 3,482 320
821,872 821,872 00000000000000000003438acbd4badb4c54acd8c4f80214e569ad15c7174166 1.62 MB 3,721 212
821,871 821,871 00000000000000000001831e86aac10e585d82d8802ccb2fa13cc113258b49be 1.62 MB 3,709 202
821,870 821,870 00000000000000000000f763b9426bf3299ee8b9940a51081c94864c20ade855 1.62 MB 3,820 288
Previous 10 blocks ↓
Total Size: 769.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,625.37 GB sent, 93.03 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.