Memory Pool Memory Pool Refreshing

911 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
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,792 00000000000000000002349e0000000000000000000000000000000000000000 0.21 vMB 897 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,791 (509,443 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
398,348 398,348 00000000000000000759fea0a10923b48bde6c5a0f116a3a0befc96980aa0f81 0.75 MB 2,516 65
398,347 398,347 00000000000000000006b14477512fb4de486b98f3f56ecde077a8a9edba77ae 0.44 MB 982 34
398,346 398,346 0000000000000000077f754f22f21629a7975cf7fdb0e5336e5d1f210973e546 0.71 MB 983 22
398,345 398,345 00000000000000000623f7955cdcb1a6eb211e229e39e0a0a3c3ebe169459fdb 1.00 MB 2,658 45
398,344 398,344 00000000000000000724d55829572221d9feeb92a663c59d87357af6eca7bbf0 0.84 MB 2,030 38
398,343 398,343 000000000000000006bb2de3198d0f9ab12c20b5764b04c9224d8a5825ffb352 0.08 MB 48 6
398,342 398,342 000000000000000003b925e0ea031a8e3af2015079f04b6beed7f8376c97efbd 0.69 MB 1,112 27
398,341 398,341 0000000000000000059837ddf28ff5689a5dee97cf58a663f0881caaade02041 0.46 MB 700 28
398,340 398,340 00000000000000000536ca1a0b8b443704cd34bffe019d7b92e0417e0296f572 0.75 MB 1,703 44
398,339 398,339 000000000000000001ee567603b75af62b89da6bf98e887469b2b569f428e5b3 0.50 MB 931 31
398,338 398,338 0000000000000000024c9359a8e29175996e2697dd21590b441dc96e9fdc0a58 0.77 MB 1,351 31
398,337 398,337 000000000000000002a0c600f2ff7bdf0ce3644f82612b040f38f7691971c280 0.49 MB 762 25
398,336 398,336 000000000000000001fdc6347585d9fa7ad2042a9eb0ce9784df6467e618517f 1.00 MB 1,414 25
398,335 398,335 0000000000000000032e28301e0919236fd959bc1d4128ee3a479fce404c6e2a 1.00 MB 1,938 35
398,334 398,334 000000000000000006b5d3be29fef8b81fdaa8d10ea58269b6bcc2ab0a34cd75 1.00 MB 2,190 38
398,333 398,333 000000000000000007660d26f20750baa40dd39b0865915b5376ab9d02797dd3 1.00 MB 1,739 24
398,332 398,332 0000000000000000060a9381deeaab9446f9a0996c9141b3af19efc0649e23e8 0.93 MB 2,318 42
398,331 398,331 0000000000000000043fd90156cf3a5260fc3f3d7f74e505e48a4d653ca8dedd 0.75 MB 1,767 47
398,330 398,330 0000000000000000001c5eaf1a2093707e08dd05dd1e0dd012d15fddb5c13b76 0.50 MB 763 31
398,329 398,329 00000000000000000462523900265e1fdd4d32901cf404084df3d9103a75ff5e 0.52 MB 893 33
398,328 398,328 000000000000000000da028eee20d4cbdf2fa50f8156f46783fd02c29415d045 0.04 MB 105 51
Previous 10 blocks ↓
Total Size: 769.15 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.61 GB sent, 93.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.