Memory Pool Memory Pool Refreshing

582 transactions
0.21 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
907,861 00000000000000000002349e0000000000000000000000000000000000000000 0.20 vMB 571 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,860 (12,211 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
895,649 895,649 000000000000000000019159405419a7d563ecfed80ef250a853cfe434ed6520 0.00 MB 1 0
895,648 895,648 00000000000000000000963986144363d3034c262667a95343b0287a9ee4c035 1.68 MB 2,056 3
895,647 895,647 000000000000000000018ca4ee2c6424db90da7019d2694609e400a74255f404 1.54 MB 1,059 2
895,646 895,646 000000000000000000022a8f6f9bc40bd997bccab1ec141a5dad33d4591fbabf 1.28 MB 1,639 2
895,645 895,645 000000000000000000002c4142f1ba3ac6d07c09fb6057204a557590fa4ce723 1.65 MB 3,454 5
895,644 895,644 0000000000000000000197a36015050d41ecb84a7b5a08fd1e19013bd55bad9f 1.58 MB 4,128 5
895,643 895,643 0000000000000000000176632fc18ec8b2380913b69b364dd9d7169f2779a410 2.70 MB 1,073 2
895,642 895,642 00000000000000000000d5c3023781b28315720634ce359d5cfbd0097b376d71 2.95 MB 1,090 1
895,641 895,641 0000000000000000000225f1940a5c82da00af237e0c9280af9ffbdd67cc8f62 3.21 MB 911 1
895,640 895,640 00000000000000000001d6a32f6c5353ca710265a376074112715bebc12b7216 1.79 MB 1,613 3
895,639 895,639 00000000000000000000b9d0a06c8d3f15342b9666c57fd681356e8c1920d90f 2.02 MB 1,293 1
895,638 895,638 000000000000000000022ca569db37819ef086f13702387d5ea038c68dd69652 1.85 MB 2,092 2
895,637 895,637 00000000000000000000893a86ec0104e5846cdfe5950823861e59b137652dd1 1.84 MB 1,179 1
895,636 895,636 0000000000000000000070cd21a7e26efc0abc09744579ff3ae64caa949e1523 1.60 MB 2,286 2
895,635 895,635 0000000000000000000187e308c7cdb765413e0218c03fbf30683387cc3f6a49 1.73 MB 2,785 2
895,634 895,634 000000000000000000009209916d45808f2d3923199c5509900f59347c466c2b 1.36 MB 1,308 2
895,633 895,633 000000000000000000004de215aca19c3f2d5cec08169a27abff8a53ebb6b317 1.40 MB 1,858 3
895,632 895,632 000000000000000000007d01d85aea0735da6fdf857690ca60727accae6558cb 1.33 MB 1,470 2
895,631 895,631 000000000000000000002ffe95420a07c612edf80b7876401eb675db7081c3a9 1.52 MB 3,076 5
895,630 895,630 00000000000000000000702a26206223cdfe82339b349265ff020949679eb18f 1.65 MB 3,020 3
895,629 895,629 000000000000000000015b7e780a0f8c8236ccf6961f2dc938cadf544f2b6ba8 1.67 MB 2,217 5
Previous 10 blocks ↓
Total Size: 769.28 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,635.50 GB sent, 94.30 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.