Memory Pool Memory Pool Refreshing

9,643 transactions
4.29 vMB
Show Random Selection Loading Transactions
Max Size: 24/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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,693 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (722,422 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
185,301 185,301 0000000000000155d0f930554f2e7213a5fe6b4d48cab1032341abeb275ed525 0.05 MB 86 107
185,300 185,300 00000000000007f0f79c7ef0dd8f38c2faec5c3b63af47f4218e289564dc5851 0.00 MB 1 0
185,299 185,299 00000000000006d10873734e801a7f0a424aca11af8b4a8db521333fcb1b617e 0.00 MB 10 0
185,298 185,298 00000000000008e856ee2080d95791fcb5ad855ce51ecc5bc0a4cbfa13fe107a 0.05 MB 128 60
185,297 185,297 00000000000000f06af7baaa55df1a0a1cf9291d92473558ec3505f41d64dd20 0.23 MB 623 149
185,296 185,296 000000000000084c08487749fc08e593e1c269cf2db37bde0c51d71eabbeca1f 0.11 MB 216 103
185,295 185,295 000000000000084ccd5cdcc4a64acbf56420da34eca768bcc2a384d0fd73025f 0.01 MB 36 112
185,294 185,294 000000000000029c29a7ca39343b7117713dd8a0739bb440b1b540ffa3f86753 0.23 MB 575 124
185,293 185,293 00000000000000718a5755899114c5441f398d3bc1cb9f6e9d721493ca9106fe 0.02 MB 47 40
185,292 185,292 00000000000009635c7e05cad3519635fcf24798e1112625808977e835ce0b38 0.09 MB 256 154
185,291 185,291 00000000000002444d288ddfc8c2b5487ef74107361fbbb37eadb8f47049d9fb 0.04 MB 127 58
185,290 185,290 000000000000088b91e558dff88511c2537b614b72793fd3c97ca5d07a570b9d 0.17 MB 444 127
185,289 185,289 000000000000068a54539370c46fa1448c6231170f2363f27e169d6800054b11 0.00 MB 8 15
185,288 185,288 000000000000096f04709c56746b71c8d747cea8d4f2971ff9971d7c30c25d6d 0.03 MB 41 56
185,287 185,287 000000000000040a1aed478193756ca630764a3b6a1ee9deac971cf989ded2ac 0.06 MB 164 126
185,286 185,286 000000000000077b64b9b48a5c47513c055439c7e69091cc79f6848f2e017e11 0.01 MB 32 63
185,285 185,285 000000000000005c0a2dab045a71c8199839fdaab2e4d44248210d789804f6a1 0.06 MB 135 110
185,284 185,284 00000000000003b9d1958372b2b278ec350be75a5d3a55e9c153d60f5da24608 0.09 MB 169 116
185,283 185,283 0000000000000762bdf8d819ecbf6bcf86322fadd993d1715bfde84749454bc1 0.09 MB 211 120
185,282 185,282 00000000000005b5265c79b271042be44feb36641673556cb4cdce1e84c87fa9 0.01 MB 33 90
185,281 185,281 00000000000000c5370c1c282c35c9dab3d1dc7476d456602bbd38a851c312e1 0.07 MB 123 91
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,624.99 GB sent, 93.01 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.