Memory Pool Memory Pool Refreshing

1,951 transactions
0.63 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,898 00000000000000000002349e0000000000000000000000000000000000000000 0.58 vMB 1,950 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,897 (701,192 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
206,705 206,705 00000000000002d110359fd55c0570e5beeb83951ee4d3027dc27c2672386a3f 0.22 MB 437 271
206,704 206,704 00000000000001cb4a333026329b3a7e42db9c9d88b06714f2acb925082fdeff 0.00 MB 10 206
206,703 206,703 000000000000016c474ac79bbcdef763315d222dc81cb1645e08397ced37cb5d 0.00 MB 7 0
206,702 206,702 00000000000001887f56c82e889d5e533ce0776341ae462bb45fc8b23d300cce 0.11 MB 278 201
206,701 206,701 00000000000001f3a9965e8df155987d2b93eb086f43daa7a8a9175fb27681b9 0.05 MB 96 88
206,700 206,700 00000000000001fe59517057b262c9d716b8f390e5cbd75adc5404168bd10c39 0.02 MB 37 3
206,699 206,699 00000000000001555c4488b9f7f44581e061ef984d2018133aace37f0e8b7035 0.15 MB 226 135
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
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.54 GB sent, 94.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.