Memory Pool Memory Pool Refreshing

3,821 transactions
1.17 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,842 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,295 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,841 (743,829 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
164,012 164,012 00000000000008f61a3947dda7716a073872a0b052193497a02354d3f0906a3f 0.03 MB 49 68
164,011 164,011 000000000000017db5cdddc699cd5278f51fb5cc792ddc421dbb04f731b10fff 0.04 MB 80 110
164,010 164,010 00000000000009c68ae0e2c81baa4b167795685f23ff750d0a1aeba097d7e91c 0.02 MB 29 84
164,009 164,009 00000000000009a018ff22ed3e84db31993b56dd927b48d0dc20ef1bf807a0ac 0.01 MB 20 584
164,008 164,008 0000000000000ab2463c0094e72336ded76c7bd9976388178ba46cdfd6e4dca6 0.00 MB 8 0
164,007 164,007 0000000000000c4ee4092f4e25141cc0d7b6029c7a816fdc16f6d13ed46926c2 0.01 MB 7 962
164,006 164,006 000000000000008f7b9967aa77451504d4622536532c2deb69cc70d50f242eca 0.05 MB 158 104
164,005 164,005 0000000000000784637f64a814037f3a131574b92cbb75ec4c4c1aa5097fe114 0.01 MB 23 124
164,004 164,004 0000000000000ad5995984b1025e615f3f4d6332627bc467846bd179fb51bca6 0.02 MB 36 159
164,003 164,003 00000000000001c42930f6b755a30c960a3fa4fb01c2c132faeec384120e458f 0.04 MB 66 86
164,002 164,002 000000000000034ecbd42c349cfd37383d748cd4de2f84c4b16ebcd6f31727b9 0.01 MB 34 328
164,001 164,001 000000000000094d462f1a0dbca9187bca75238108e11433be19c9c92da29a25 0.01 MB 25 141
164,000 164,000 00000000000005a38f162cf308edea0a0a5d000bdb2073cba2386ebb1df7a2cf 0.01 MB 26 76
163,999 163,999 0000000000000562c22fbffcd7921bcf1f83f7fe8384d858c0a15a41e0b18c46 0.00 MB 8 277
163,998 163,998 0000000000000aa610fb335e8e38957e0175567e9ad4e98623935eaf15819d75 0.03 MB 89 4
163,997 163,997 0000000000000b7a21b2b3e85b893eaf73f11c1100f09796db7bb473390e5c29 0.05 MB 138 249
163,996 163,996 0000000000000bb8e52c8446421ea9ebbeb9f5cf8d04c69dd37d4d75bbcfdfd0 0.02 MB 65 61
163,995 163,995 0000000000000772865ea06107d0b550dfb8bd353c81e0d4d65ef50fe1d0310c 0.01 MB 20 55
163,994 163,994 00000000000008ebbb3df67bdf1b5e6087555daf3d66f82a44eb5c21d9f679a6 0.03 MB 44 109
163,993 163,993 00000000000009adb4b5b9ce4dc401569857f23152d1ec2b860814cab9c17b2a 0.01 MB 26 4
163,992 163,992 0000000000000bc08290f15ae12fb1262fd3d07bbf8785d0d4c8f5dfb1534988 0.05 MB 95 500
Previous 10 blocks ↓
Total Size: 769.24 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,635.06 GB sent, 94.14 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.