Memory Pool Memory Pool Refreshing

478 transactions
0.11 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,028 00000000000000000002349e0000000000000000000000000000000000000000 0.11 vMB 449 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,027 (760,414 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
147,613 147,613 00000000000000673696d63c1d68438f553c365616273d3610ce50219d9eaab0 0.02 MB 40 148
147,612 147,612 00000000000008d0206707ec6278d4120dbd75cae4c1603d1de9c07d379d5fc6 0.00 MB 1 0
147,611 147,611 0000000000000888d10dd70763f0394d46b2430339a23c873ffec788ed204fc6 0.00 MB 7 0
147,610 147,610 00000000000002c1bad53ba0cfc20c122646474ad1424af71db2b8fcdfe87901 0.01 MB 15 132
147,609 147,609 00000000000006102a8e4d07d06d389bea0e7f72e1b7d9c8c38abccb8d6d92f7 0.01 MB 21 105
147,608 147,608 00000000000004902225f14bbd691eeb290c01e9733610a100b14674f540cbd5 0.00 MB 10 745
147,607 147,607 00000000000007d4cb10d037c62995bf14b99f442e740839bea0b990f9445be9 0.03 MB 103 68
147,606 147,606 000000000000098da4239056ffaa0fae61086b4d174ff3b8735b863be68806db 0.00 MB 17 63
147,605 147,605 00000000000005da97f06ca11c342d30666e62bc07a96f690e39aa64b7a2af89 0.01 MB 14 51
147,604 147,604 000000000000037229c44bfae029ca086589d53da6e2ddfa354b5b7b50fd859d 0.01 MB 25 189
147,603 147,603 00000000000001b77b706b389df3ddfa9f161b66402092abc941e4dcd3f61cbc 0.00 MB 11 393
147,602 147,602 00000000000004373cdf105e66d9c293c8a6553de4dc9b2413b382465c9229b7 0.03 MB 33 731
147,601 147,601 00000000000000f3f0e9ae40c7f1d6e64e3d91ecd223ba54d223d12fdab77edf 0.03 MB 79 27
147,600 147,600 00000000000005fd5ca8892f430662b392edd5b3045cbbe8e8a97f83dc4483ba 0.03 MB 84 151
147,599 147,599 0000000000000371bf8ccce86b96e19b23dd968c0b1b16465b88a0265569e4ee 0.05 MB 98 128
147,598 147,598 0000000000000805d1931eb250f2a8cbcb5c329b17ba13613b35c8e1d8141f5e 0.05 MB 13 99
147,597 147,597 00000000000002c4e89b8bfaf7f826a71f64c983f4214edf7fb65925c22c9195 0.01 MB 36 297
147,596 147,596 00000000000008775bde46b1cd232251b882fa09bcff0c62ebe0f194601c227c 0.01 MB 15 54
147,595 147,595 0000000000000960b43c622d4ecf896af3f34ad90f3778a6310ddf11455b4b30 0.01 MB 27 95
147,594 147,594 00000000000009365d309046473a7fc2b76830c6a2e56553fda8ab5102cd250d 0.02 MB 60 200
147,593 147,593 00000000000002844907cd83e39fa02955446824f7a813e0cbbf96be9f518e58 0.01 MB 23 102
Previous 10 blocks ↓
Total Size: 769.59 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,651.31 GB sent, 95.88 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.