Memory Pool Memory Pool Refreshing

4,124 transactions
2.14 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Priority:

Feerate Time
3 sats/vbyte (within 2 blocks)
2 sats/vbyte (within 3 blocks)
1 sats/vbyte (within 12 blocks)

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,747 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,658 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,746 (845,994 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
62,752 62,752 0000000003f55b590fa98fd042d8014db171870cba395b711a805e2a333e018a 0.00 MB 1 0
62,751 62,751 000000000563cc9e132b79745b6ac97f3e721af6ca82fff49a5fcf0da8086ed5 0.00 MB 1 0
62,750 62,750 0000000004df44301108fed3375fa452feb63e6bbd3497b52f4c6b27676c90e6 0.00 MB 1 0
62,749 62,749 0000000006e95557d99750880252d3f2a43ec6e4c5cebe0f7d05d28777d756e5 0.00 MB 1 0
62,748 62,748 000000000cddeea1810007ff3c1e380448905f467856463504bc2b01cfb90f03 0.00 MB 1 0
62,747 62,747 000000000091787b6a56a515eda4892d6a4ef5bfae4df4ec2d3dac884e394017 0.00 MB 1 0
62,746 62,746 000000000b4773910474bf6322b24eae321932402b1f84f17be63cda021fc244 0.00 MB 1 0
62,745 62,745 000000000c24bcf43afe7b8a06184c74226924901212759b7f2d6b9e77a1da2a 0.00 MB 2 0
62,744 62,744 0000000009df54d02a9b5c6f1f1abb590c276593d25fbb1e0c5ff1a9e381ca62 0.00 MB 3 0
62,743 62,743 000000000d2c7162fd86ad73908fed6a2042b7650924470c7a0b6494ec60c376 0.00 MB 1 0
62,742 62,742 000000000cda51369b4a2f32d0ecb999f235600b3e671ed99bc11b940ee54e9f 0.00 MB 1 0
62,741 62,741 0000000002f1dcf013b0856bbf5771be245bcb416567cb13311fc34fcf96ca1f 0.00 MB 1 0
62,740 62,740 0000000001a01cc103ca3de7870136c71dd9f04df7bc4f6947122f68f4eba582 0.00 MB 1 0
62,739 62,739 0000000002c0b8101ef859be9dfdf9ac093d26e429f210dd21ce2d4fcc7c77f6 0.00 MB 1 0
62,738 62,738 000000000c6f1195647cf45b5cd5a62aa9789dd44401a52d1d259257db401f4b 0.00 MB 1 0
62,737 62,737 0000000006a75f8b57a8232c8f0a3fe3bb8135f6b13877bdfbd8015803fdd26b 0.00 MB 1 0
62,736 62,736 0000000000b19186e5ecc758c03dc6cd96de4996f54f58faf27dbeaccdcec9b4 0.00 MB 1 0
62,735 62,735 000000000901960ec79468725d452318d9a0c5306d7067568079e1bf9f409058 0.00 MB 1 0
62,734 62,734 0000000003ed6bf1e5c797065fbd7dddde2488c8f3e8541b335a10d712fdd328 0.00 MB 2 0
62,733 62,733 0000000004c1e6d1fe221d3e4d8878386e71008ee51eb934f2e9f8bf5d0f380e 0.00 MB 1 0
62,732 62,732 000000000b47bf9c083ef796409c8c1241b3ba509307852b857f0a97ad5b2aec 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.09 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,856.01 GB sent, 102.45 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.