Memory Pool Memory Pool Refreshing

1,951 transactions
0.71 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,897 00000000000000000002349e0000000000000000000000000000000000000000 0.67 vMB 1,949 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,896 (719,717 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
188,179 188,179 0000000000000298af947b36620034a8e9c12e96eb8909c92a33d0b5fde8636b 0.01 MB 32 0
188,178 188,178 00000000000003ceec20630c532106168c2326d54d72c9fbdfa81b248efbab43 0.22 MB 419 111
188,177 188,177 000000000000021a97235ee7f3ef67acab28209f90ca6d21ed3b84565f3811af 0.06 MB 138 111
188,176 188,176 00000000000008a55c3a78a462f75fee91a9b787e494990e0f2038e2b266fd00 0.01 MB 28 63
188,175 188,175 0000000000000401403dd6b7c3238e69488e4e04b6f39e8b9af98ee32396cd8d 0.00 MB 8 155
188,174 188,174 000000000000003695e476e2907b434ff5e0f27f53f42dab3dd0fa7e15c89ffd 0.01 MB 33 40
188,173 188,173 00000000000008510558f3ab8583d666ccc11ee56f80ff2d64b5cac6771e84e4 0.22 MB 507 131
188,172 188,172 000000000000081c7c645d733b8456de10712721a9525c4c78f1590242f962a8 0.05 MB 140 130
188,171 188,171 00000000000004401f8d31da9a9c0bac7057e33fc092465e1f3d227473a0bd71 0.00 MB 12 34
188,170 188,170 00000000000007b078303972ef0ffd9b1e7bc08c58c0d7f1974cc647030e911b 0.04 MB 103 166
188,169 188,169 00000000000000c45ea8d7b663aa6c982b71ffaf70eec186e0bd2d0fbf9afa52 0.18 MB 366 114
188,168 188,168 00000000000008b366d491121e8ba7c36753740768cf8a52148043839ef27349 0.03 MB 92 203
188,167 188,167 00000000000004f6028e728e4f9d58efe9e0e20f97c40c34453496f5add6dd91 0.03 MB 108 43
188,166 188,166 0000000000000911bb690cf66d91493ffb04f4f45aae86376f22ea065694f171 0.01 MB 21 66
188,165 188,165 000000000000040ea78dc24c77a3c7918ed464dd1756dd77dee3c5e2f7c23108 0.02 MB 44 77
188,164 188,164 0000000000000802ae92b2c57032e7af9128a37bfa7f9e655e331ab0d070706a 0.04 MB 94 170
188,163 188,163 000000000000096fdd752a3c180e8fa53ec10060f9cbe8c81d382876fd4291c6 0.05 MB 105 75
188,162 188,162 00000000000008f795ead503f00d84fb91f85f8a04d26c0d55887af9031af325 0.03 MB 64 101
188,161 188,161 0000000000000073cb5487409ea72e50ef465fb1b579d761e40de0d46a50c8bf 0.11 MB 313 140
188,160 188,160 00000000000001d0493eff032d53b726954650309076337532925b4c28444931 0.03 MB 62 111
188,159 188,159 00000000000000efcd7c8204c108d4e755b658d9b891fd21a496d31e9f8dcad0 0.00 MB 11 3
Previous 10 blocks ↓
Total Size: 769.35 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,643.53 GB sent, 94.69 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.