Memory Pool Memory Pool Refreshing

6,528 transactions
3.33 vMB
Show Random Selection Loading Transactions
Max Size: 15/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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,989 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (701,103 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
206,698 206,698 00000000000003f46a706231a9cda5103e40ad616ea1cc7682a89491e01c93c9 0.19 MB 388 168
206,697 206,697 0000000000000176c02dde18bb5bd1d1d22d059bbe279ad2a539ec1675f12d97 0.15 MB 227 127
206,696 206,696 0000000000000113bf8626bbaae52cca357d1bd2df8711f65d74956be39fb6fe 0.20 MB 437 201
206,695 206,695 00000000000004c302c17678a8daa89ec484c5045ef92c656ce613a0764c1427 0.05 MB 116 149
206,694 206,694 00000000000003c1a89755ab62e22c7b2804110526713abba19807b2f6bad890 0.10 MB 362 33
206,693 206,693 00000000000000686b05a5259b649bf3a9ecd242b239a9ff2abdb7965ee80037 0.25 MB 706 214
206,692 206,692 000000000000008d30a0ece38cb2a17c3f23424a5438d8a03ef1487e65fb5a63 0.27 MB 440 148
206,691 206,691 00000000000000db3bd05f09c3d8aa3dfa9a79c509d590ac9379e007c68362a5 0.00 MB 9 229
206,690 206,690 00000000000002aeb0e938685d61d7c2dd0557394678ae58a191553aaf19f39d 0.00 MB 7 30
206,689 206,689 000000000000002211d32c1bc0a031d0d220d39ff5f0f8ec27341ee8c664c558 0.41 MB 733 164
206,688 206,688 00000000000002314086879731dd22db9d314254dd6312a2fbce4953cda27b59 0.10 MB 245 137
206,687 206,687 000000000000016277eb3e5e1eba0602028fcca93b155143534db870aa4b0734 0.22 MB 605 192
206,686 206,686 00000000000001f60b68728af74f9c0e4c0cec991dab20c28644213e5a4ac1f3 0.27 MB 523 162
206,685 206,685 000000000000011b3a738833d847d58a01badad603e3ceec1a013a64899b8d26 0.05 MB 146 106
206,684 206,684 000000000000040dc0a7c5aa83d1151d89352f0b55421926f9d72b2efb8ca22e 0.11 MB 257 160
206,683 206,683 00000000000001550d70e1bf9e56f8425a7d04b7dcabdf266dd0ea3626b5b3e2 0.11 MB 192 103
206,682 206,682 00000000000001efae6ea41aad399290e3f49d0ee0caa194573cb3a3e7744fa2 0.19 MB 479 159
206,681 206,681 000000000000001ed7fecd968c33030f44a6da13fca054a4e8b2e83d3fad8709 0.05 MB 128 236
206,680 206,680 00000000000003ab465274c06234c1cfbbe6c56b55bedd2a6ef225e31f0be6c7 0.11 MB 225 160
206,679 206,679 00000000000003852b5de107cb8136029e7d2708a20d59234fb4316716d3b7d6 0.05 MB 112 165
206,678 206,678 00000000000001d728c72b823d705b993b7b0be5fbbf252d3eb2807776149781 0.01 MB 30 38
Previous 10 blocks ↓
Total Size: 769.17 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.88 GB sent, 93.75 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.