Memory Pool Memory Pool Refreshing

4,625 transactions
2.76 vMB
Show Random Selection Loading Transactions
Max Size: 11/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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,392 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (760,178 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
147,623 147,623 0000000000000339aaf84b5bb8f5fd66eda5b6460c08166d55f1de7d4c5aee17 0.00 MB 13 16
147,622 147,622 000000000000020505b9c8e4a1df4e7bd7dc4e5e13de78f5e2c18ff184ffdb1f 0.00 MB 12 39
147,621 147,621 00000000000007055aee4f83bfb3e1ade3022b288faf1be17f6e4e3f9b98d875 0.03 MB 68 275
147,620 147,620 00000000000004080d067b0a281a902a6ba2d8770cc57a27072f554b8c4dd2cc 0.01 MB 18 260
147,619 147,619 00000000000003be5984f840b85a422a5bf67f4e3caa4d75f599b7130e6bf351 0.03 MB 78 48
147,618 147,618 000000000000034215b7ab29cf2816b5b4923a0c40c23f95a8f8ec7f3bc43f47 0.01 MB 23 127
147,617 147,617 00000000000008af47f8e3de13f15fae4f4dd0594bc2508af37d50c4210eefbb 0.01 MB 19 48
147,616 147,616 00000000000009ec971ab44c2e677e77729738e55a19e086881a7adb316bb72b 0.03 MB 103 2
147,615 147,615 00000000000007a2acb55bad750e3ba568a3774f1d3110106926fb2b3b46b66d 0.01 MB 12 266
147,614 147,614 00000000000005a81344093f109e82dcf11b54e5c7c3f30f77a5e5874a9dc16a 0.02 MB 37 135
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
Previous 10 blocks ↓
Total Size: 769.17 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,632.86 GB sent, 93.74 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.