Memory Pool Memory Pool Refreshing

7,229 transactions
3.12 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,688 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,881 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,687 (696,940 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
210,747 210,747 0000000000000206bb46def7f5d3d26c7d150d97dfb80d46ef1f8c292f4d369d 0.04 MB 59 119
210,746 210,746 000000000000046d536dbeaff8db1eef2bf702cd3e12b013e88684dc8b9a0737 0.04 MB 94 186
210,745 210,745 00000000000000811fff5ff8e3db3d823eb1405acac7375d8bb2cb1ba1629292 0.09 MB 101 181
210,744 210,744 0000000000000113cfceb84e51e79576ee361b86e33cb469c6abd2ab9cda659e 0.18 MB 188 97
210,743 210,743 000000000000043fd93957814a15e23a7634b2038566f597dee8586ed565551b 0.11 MB 277 528
210,742 210,742 00000000000004943ed3fe5b29a7fc79b55c97f6cf7a6cb8c10f638b391e83df 0.10 MB 242 190
210,741 210,741 000000000000016d482a3daac01c9efabef5ecb19b44e29b18e0ad6fe0e974f9 0.05 MB 144 89
210,740 210,740 00000000000002858c51e9edbf595926c209c84cb0b33308fba78e29e21f093d 0.04 MB 103 125
210,739 210,739 00000000000003b0da609a4455d7573ec74b84bf3ed13fea8df129ba16c6a119 0.10 MB 229 281
210,738 210,738 000000000000027c5b8c2227947cde3f155df7f47a2ce12621779e5e91b0fd42 0.18 MB 409 174
210,737 210,737 0000000000000327ea4f19998b6c9a65951899349da4a9a3196ec2ed51ac3e02 0.06 MB 124 188
210,736 210,736 000000000000011c79cab5e477aad3335c3e3077813e9a2d0b84510856226bff 0.00 MB 8 124
210,735 210,735 000000000000038736eeccaf62cf201c5031ca3221e29b72a61c6af1a1bbccf5 0.00 MB 1 0
210,734 210,734 00000000000002dc4f0a1713f849dd4e57a5b1541b5efaf9c7120a220e201215 0.02 MB 42 111
210,733 210,733 00000000000000532480c67a8f49959ab4945241d6ebeb677a8f837e35bb109e 0.06 MB 157 166
210,732 210,732 000000000000040e1ee1857263b0668cce2952514228c8f6c1b5e026857cb95b 0.04 MB 122 33
210,731 210,731 00000000000004701ea050d62725d7e8dab2f2dfc4d8ba34bd31e99447838502 0.04 MB 62 114
210,730 210,730 0000000000000188d2a5fba6c3edb286ff5517dc723c709b66af2b0a65b6f4d9 0.03 MB 52 250
210,729 210,729 0000000000000186e7232e58515bfcc940cd3c52cd3dc7261b04acc87706fce5 0.11 MB 260 212
210,728 210,728 000000000000045c8d1c445442cb9c1194688d64130e61233de7ddbdb74ebae9 0.09 MB 201 246
210,727 210,727 000000000000046ad754cdde86c80b443fa15d8f80f789d49557e24ce8352e01 0.04 MB 104 200
Previous 10 blocks ↓
Total Size: 768.96 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,615.08 GB sent, 92.62 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.