Memory Pool Memory Pool Refreshing

5,241 transactions
1.75 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,698 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,439 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (718,227 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
189,470 189,470 0000000000000750c9b579785fbe68251e0604a2d1a09b9558c29c41a82d8795 0.00 MB 3 0
189,469 189,469 00000000000002d9d5a1c7061f02459838771ac728db03921d2f7c25c57562a0 0.02 MB 66 78
189,468 189,468 000000000000063478c007aee01a1f431775d4fe5463ac3da2b062a4e3b3ad86 0.05 MB 131 149
189,467 189,467 00000000000006c389d76d8007d90b5b4c000b057c3b44f3cee09569ee5eb17d 0.02 MB 49 23
189,466 189,466 00000000000001492c204e61d1aae153fc12a945d52ac2c199203a682955014c 0.03 MB 110 66
189,465 189,465 00000000000000a0981d0b50483a00cafebf69bed3e36a8fee5109a72c310c8d 0.03 MB 91 56
189,464 189,464 0000000000000731caa1cbeb093b57bdf52d9c58426e49b68a98cc4666eec27a 0.05 MB 167 56
189,463 189,463 00000000000006ae7fc4bf0f387e69a1f1eee8e352b53663dedf529332d20a9d 0.20 MB 537 138
189,462 189,462 0000000000000393b3ccf2cb6bb5bac8d50a6cf868ae5454b5e824788af389da 0.07 MB 128 101
189,461 189,461 00000000000008a47bf176872cdd21ebb839a5961adb94a9317e2e9adbb33580 0.13 MB 341 123
189,460 189,460 00000000000001e54b8f0a17b624484f8cb8e26220ec1ba78db12fe19892145a 0.02 MB 75 15
189,459 189,459 00000000000001f1ace68567a22bb5114bb5b1689ee2b10a371102cbc6779750 0.07 MB 116 87
189,458 189,458 000000000000036d81d55d392b0067d0bbbdcc06eaea4594b4bb42b45d581014 0.03 MB 92 82
189,457 189,457 000000000000086fcee85c39f81b390455148e283f5c0b840807925fcc367446 0.20 MB 534 141
189,456 189,456 0000000000000884a93c44647e07edb3fb6b523c2bfef5d826f974fef5be6ca9 0.12 MB 256 126
189,455 189,455 000000000000066759456d227bd445608c441d92c1e53b7a7dba94193c7410fc 0.07 MB 176 123
189,454 189,454 000000000000038625e3e8beee67ea9b230d26edfb870d934f8756e4f56ff5bd 0.00 MB 11 100
189,453 189,453 000000000000042787cba613348e1776097d790f8ed78658f7beb7211801148f 0.09 MB 162 106
189,452 189,452 00000000000002f5459591c2e1f90a0f9838156eeb545ba8aa5f925eb85635cd 0.01 MB 32 274
189,451 189,451 00000000000004c4b630fdfc3f3f9c080ced1a07d24d077ae88e9f3f1e351d58 0.03 MB 98 101
189,450 189,450 0000000000000556e807e9186359a7c866ba8b8f9ae54d988053ad2fe8b9236a 0.15 MB 392 126
Previous 10 blocks ↓
Total Size: 768.98 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,616.00 GB sent, 92.71 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.