Memory Pool Memory Pool Refreshing

3,584 transactions
1.45 vMB
Show Random Selection Loading Transactions
Max Size: 9/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
908,093 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,841 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,092 (685,241 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
222,851 222,851 00000000000002aeb63933dc0491b91dc2917fb675c7182b52e7443ad93dffa4 0.08 MB 190 189
222,850 222,850 00000000000000e6bd7f88c6312a8e321a643b2d536f4a32c28f51df6b293ede 0.08 MB 195 171
222,849 222,849 00000000000002ef69a564e7b8f3f0b078cdb55a8db28a01ecc089ad862a7972 0.25 MB 605 187
222,848 222,848 00000000000003bbd12375a049796c41381e7a6e3bba41475dd7a7e3d957d6c9 0.14 MB 229 77
222,847 222,847 00000000000002f4c5cad633ce715c3b2a6ef77339cb1a08e0a65744c17c13e3 0.08 MB 209 194
222,846 222,846 0000000000000416f052a244a6e199896b76984aa2cb1db65381cdd38db1908d 0.10 MB 200 165
222,845 222,845 000000000000024c772fb639aadb0c47d4c41524f66fdc9c5b9eecc4a050e526 0.25 MB 619 217
222,844 222,844 000000000000019eae4156487486c889ac3369955121f25f3dd5a0d10f3aaf61 0.03 MB 77 214
222,843 222,843 000000000000006c967f0b208932658066a8b3e899e36797424af97b3eca5a00 0.10 MB 170 132
222,842 222,842 00000000000001d3cb29c078cb9aba656f56ccaa1f54f9cc55dd5326f659f32f 0.05 MB 136 186
222,841 222,841 00000000000002aac0d627d6f6ff885aaa5273781397a52c880ec02c5aa19e71 0.08 MB 190 160
222,840 222,840 0000000000000204b388ae53eba3f5e2bf08f0a5cde31da1563f97666e38389b 0.13 MB 272 174
222,839 222,839 000000000000008a4a0901b99d66235ab12b5c3e91b2b7e8151df7f6b3926bd7 0.04 MB 84 130
222,838 222,838 000000000000002f7d8121c167ca2119987b5cc7c2fbcef765013f3799d05e6b 0.11 MB 302 203
222,837 222,837 0000000000000455acb0c8d1ae802bedfd0ea4c97413c8abca31854dd32647dc 0.03 MB 83 177
222,836 222,836 00000000000001ab6b7e7c63735012d19c39d8c9ddb634e7c35c1cb715c0b4c2 0.08 MB 186 187
222,835 222,835 000000000000000b5102c8e7a8f29c84986586cf54528d30f348480e6f8fa0c7 0.08 MB 188 191
222,834 222,834 00000000000000ae5c3f67d91c2623b29f1520375ab120a6c0443674cb3fd2d0 0.08 MB 192 148
222,833 222,833 000000000000025bf8ff55a825991e589064e65a96065091fa96c5efe7421bea 0.25 MB 640 209
222,832 222,832 0000000000000426ac392e86f39fe3e3624e3beb5af42ddf19eb42e554048831 0.01 MB 14 90
222,831 222,831 000000000000046c65ac5622e18f920747e4f4efa4b2dfceddfc8d88b5d1bb7d 0.17 MB 390 159
Previous 10 blocks ↓
Total Size: 769.72 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,677.67 GB sent, 96.49 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.