Memory Pool Memory Pool Refreshing

704 transactions
0.16 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,567 00000000000000000002349e0000000000000000000000000000000000000000 0.16 vMB 704 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,566 (838,083 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
70,483 70,483 00000000004fdf94478886ea4c25a1bece66b3031fb8eff6a179a0406af98b5b 0.00 MB 1 0
70,482 70,482 0000000000b41faa76b5e21cdec5d174297b20d197b5d1acffb715808d4b81f7 0.00 MB 1 0
70,481 70,481 000000000162ec3f276534d86895a6c47e39e2deb0968daab4356872df124158 0.00 MB 3 0
70,480 70,480 0000000000f4f98a3de33a817cdf00498468276f3a44bc7f3baceae4c130d464 0.00 MB 1 0
70,479 70,479 000000000017fe0c1423b0cb7b6ce3cf312a6a712ee70058cb28719fffb7574a 0.00 MB 1 0
70,478 70,478 000000000137b0c831e7872f7ed3b13b9e2fabbb4a99a6054ca6787157c0c60b 0.00 MB 2 0
70,477 70,477 0000000000fa35713b3022183b2657c0953c22d08aa417c7ac0d20a7fd35d826 0.00 MB 2 0
70,476 70,476 000000000103bd58b74862785a0dc121d09f79ea83f991cbbd73ed15aa80aeed 0.00 MB 1 0
70,475 70,475 0000000000c079881ea6aaa29df91f753f66480dc81516ee38bc83a68258c630 0.00 MB 1 0
70,474 70,474 00000000011c7846be9748d694a3961403a04fe2a61f76fc1fe6d8990b2a6ef7 0.00 MB 1 0
70,473 70,473 00000000002a26256193d4bf5a17af18fdea25604094bf22657ce94099bf8955 0.00 MB 3 0
70,472 70,472 000000000060f275c669f12bc0f13dfe25975ba6d556020a0fef0ac477d15db7 0.00 MB 3 0
70,471 70,471 000000000120b1cab8ff22a80682fcf306f3d726e7ac26319f19f4a2b95fef88 0.00 MB 6 0
70,470 70,470 00000000000539fafdf43dd993affd4769fa037720b9ce9331b324a07583a3fd 0.01 MB 7 282
70,469 70,469 000000000159459808790ef553d6bb0ab7848466044c7161f42817cfa3af4ca9 0.00 MB 3 0
70,468 70,468 000000000071209a06731408eece74d0a13461f94a2a2b292533135f6da82f08 0.00 MB 2 0
70,467 70,467 00000000006a021c69a8363f209d9e5953301f5302d5009016a5fde649eadf31 0.00 MB 1 0
70,466 70,466 00000000006d1962780d25f280d7d3887a17ca7e0f07de4ea5c4950131b6f270 0.00 MB 6 766
70,465 70,465 000000000004e5a41b59eff623163ea9cfbc2b13a8012a830cf59c4888c0a117 0.00 MB 1 0
70,464 70,464 000000000147a58feb8c2465fa074f7e7c75a2004f0e8c65bf74ae6da0728c4c 0.00 MB 2 0
70,463 70,463 00000000003656d6e6bf9651f7e4bc3bcacea102e2cde9540a3c5de0e1360f1f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.75 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,847.78 GB sent, 100.70 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.