Memory Pool Memory Pool Refreshing

432 transactions
0.17 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,013 00000000000000000002349e0000000000000000000000000000000000000000 0.16 vMB 403 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,012 (729,051 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
178,961 178,961 000000000000066e6d9b1480da2d909062f6df8d8b283852a9a2f6155bf4aa58 0.04 MB 151 77
178,960 178,960 00000000000000b3a3b305e807fd604e96411d8aacb7b07cb74abaec6472fe10 0.01 MB 25 84
178,959 178,959 00000000000006799cbed834b7e595fe8fe34afef4e416a390ace30cd9f2b7ec 0.04 MB 117 136
178,958 178,958 000000000000054d1683085d524f3b0ad5834f0a8fc41310bad8a25ec2f9eb81 0.03 MB 76 174
178,957 178,957 00000000000006870daf93b5de3a717c0333ac22709facb7ad9ad3cf18640ff0 0.04 MB 89 150
178,956 178,956 00000000000008ea97f806b945652b0dd915142d6d81f50984165b1828d9cb99 0.02 MB 16 14
178,955 178,955 0000000000000483db49f057fa3b8ce2229b95f1cc20ff58816e1df041119fca 0.05 MB 103 118
178,954 178,954 00000000000004377f6c2c07000c878267d7585a12c11ca1fa259c0c1558ecef 0.01 MB 44 77
178,953 178,953 00000000000005ee3757bbccd5a64ad8a20dfbcb8c75e3c5bf70bf8c87a10c9e 0.02 MB 50 122
178,952 178,952 0000000000000674a1de4e379f293786c37eb5f7f9cf9e4adda336f48a51129f 0.00 MB 13 417
178,951 178,951 0000000000000918a55de2c3df5c2e2b18057fcab1dc0dcfea59bf8e050169e2 0.04 MB 55 84
178,950 178,950 0000000000000a52e3acd52d347cb5600ee1ea5c6a1b3f6f7350b98ae6074a87 0.03 MB 96 55
178,949 178,949 000000000000090345900803d3920d35d1752eb6cee21a7fb48fb84cb71a9b7e 0.04 MB 67 106
178,948 178,948 000000000000080e0fda563ce3c0cdad7aac622c21bc5c707f695fafa8856535 0.00 MB 15 41
178,947 178,947 0000000000000708809926a2d6e449d5cd6b8c582acc5defd79e2911c83127d4 0.04 MB 56 107
178,946 178,946 00000000000005f34a7b0a5a6c90bb20fb8e5781b67f76ebea981093e8eda1f0 0.00 MB 6 13
178,945 178,945 00000000000003c86a0b4d53e3519d5a8a97e05baa3d7ca63371e7d0300cb66c 0.02 MB 61 111
178,944 178,944 00000000000009325b0f5a6debec5877120cf584e222496fbae6da672d8f16ce 0.05 MB 64 204
178,943 178,943 0000000000000729ddc89f88d07b66b5f5a4420a19a1be248ce29330bd157b12 0.04 MB 80 221
178,942 178,942 0000000000000696c4caacf6288d2d59379e28abbb98fcc2a4230c764ee50b81 0.01 MB 34 80
178,941 178,941 0000000000000b085dc5d4596d44d57911c2c9f47a6318ae23224e01c8ec93d7 0.00 MB 7 94
Previous 10 blocks ↓
Total Size: 769.57 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,649.63 GB sent, 95.78 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.