Memory Pool Memory Pool Refreshing

3,564 transactions
1.04 vMB
Show Random Selection Loading Transactions
Max Size: 6/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 ago 1.00 vMB 3,307 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (640,570 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
267,304 267,304 0000000000000000ecef2db1e468ee59d08536c1da6c01a538aeccc6d2026049 0.09 MB 189 125
267,303 267,303 00000000000000073ebe19e491535b281fbb794201a265cb0c0b9152a18c7aea 0.01 MB 30 51
267,302 267,302 00000000000000057f26d3b4a55583412729408f273e8570f3d51f60d5003953 0.15 MB 326 77
267,301 267,301 00000000000000009b23ad20a246f2352bd0e3bcbc5c36fd8abcd12ece370aa6 0.09 MB 188 20
267,300 267,300 000000000000000a83fbd660e918f218bf37edd92b748ad940483c7c116179ac 0.27 MB 495 61
267,299 267,299 000000000000000421cc8e4ed4c89a38969159f052fd8f7ef5e367889caa7b47 0.14 MB 291 58
267,298 267,298 0000000000000003efb84eb0e691245d2e7aa9f11d076a81db01468fe738996a 0.12 MB 127 28
267,297 267,297 0000000000000009cb29bd4b1b0f2776e2fde973a3b4e6b3187f008a52ceeadb 0.25 MB 572 60
267,296 267,296 0000000000000002e661a6542e1a8d4cbc8a4ea7e60f88aab2690d45451ce956 0.13 MB 286 74
267,295 267,295 00000000000000083b5f29074455a4fea12c52fdda185f01b4881d8fc64429da 0.17 MB 333 215
267,294 267,294 000000000000000980fafac6bc45bb9fc475dcc7168595ccdadc448a616e4b4e 0.04 MB 95 70
267,293 267,293 0000000000000007b166ab6c9c46200772c268edcb5acd08c71ec0ec6cab2f00 0.02 MB 26 45
267,292 267,292 0000000000000007abc176eb6d27b04a0ac10ff65ffd711e30e05c2b26a150e2 0.02 MB 67 74
267,291 267,291 0000000000000004745a3c693b26d75b31454f1e17700eaabfdc23c1e109f981 0.07 MB 157 43
267,290 267,290 00000000000000090656c041edbf0e2301862e78035d6722dacc0b630b873892 0.17 MB 403 69
267,289 267,289 0000000000000001fa3b005849ecd1920bb8ffa806cbe5ca7f1a50afc644e7e3 0.08 MB 179 65
267,288 267,288 0000000000000000c08f23e8313966e7f4c818126a00f4f4b05572aadc7ed6d1 0.15 MB 238 48
267,287 267,287 00000000000000067d6af179aff2858933376c07e88941d250f2cd68b62fb72f 0.14 MB 315 63
267,286 267,286 000000000000000a4f56f1573638ba825d6b4958b6474c616199b16dbabbe7c7 0.25 MB 602 97
267,285 267,285 00000000000000084c7c614c21a8d47e96c05ff81faed4bbede10915956004fb 0.11 MB 237 114
267,284 267,284 0000000000000004266ccb9cd59469093cb8ebb8418146f26130228991674a6a 0.10 MB 238 65
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.76 GB sent, 94.48 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.