Memory Pool Memory Pool Refreshing

17,989 transactions
5.80 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,487 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (722,869 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
184,850 184,850 00000000000003681dcc88a97488224be656f455bae86ce1d9cbab5f34f30137 0.08 MB 208 133
184,849 184,849 0000000000000a287917f504acd990fdb93f0ab2940178b2005ad53c8b2da465 0.05 MB 84 108
184,848 184,848 00000000000009a42fd40c67983e5653456f4152d5b37e4d252cc57da897eca2 0.01 MB 29 87
184,847 184,847 000000000000028922439f561c83b9042dd1f6bc276dd330618868108be0ee43 0.07 MB 92 61
184,846 184,846 000000000000080d6a17ac2aac0378201f6cee3f2335b42a802046bc9bcf7310 0.01 MB 25 54
184,845 184,845 00000000000003f1d369f5a97cd68aa486bf71dc0f62cb580590246f4ff62c8e 0.04 MB 151 28
184,844 184,844 000000000000095b30dc13df2ddd29c85b4c0fb372d6d2a996ad5205ac01eba4 0.10 MB 209 95
184,843 184,843 00000000000006da073e9f9d51ebc2b3ffb42c5592c1bf5aea8376f0bb8cf65b 0.05 MB 73 336
184,842 184,842 0000000000000871e18aea46ea5a525a99cf89e78b3f677026169fc57b7a41f1 0.05 MB 144 79
184,841 184,841 00000000000004dd3ee17cf5dc6493847ae02c806f170268b0c9c267b3820107 0.05 MB 150 36
184,840 184,840 00000000000002feda216a56b145519bb4601bc13adca4983ed3e190a5f3f22c 0.09 MB 127 74
184,839 184,839 00000000000004ee5a863061873f42c5fd00538e8ebaed6c53c123e685bad831 0.11 MB 211 140
184,838 184,838 00000000000002fbc9774522f50ac400981cb58c6ddda7f5d33287784ec2e30a 0.11 MB 209 184
184,837 184,837 00000000000004e86cf766efd806bb96d230cd5ce56b43d88934e86315dc1169 0.05 MB 138 21
184,836 184,836 000000000000054bf069c6ab9f5c5fff7ee3f53932a9ab18950285ffd6200068 0.16 MB 373 130
184,835 184,835 000000000000084974340608ea883d17a961d7a7becc49d0e964c8316b2fc132 0.24 MB 608 175
184,834 184,834 0000000000000a8f33dec98a08e1cf005d8c7e4791ff203a0e4c6c655427857c 0.00 MB 5 0
184,833 184,833 0000000000000677688ab4a9588b5a1b09c599d50595fa7f79ed628a297074d2 0.08 MB 138 107
184,832 184,832 00000000000006326e8d2e5fdfd3e95d84a19c49e0e92cc6252a90bd0605af60 0.04 MB 96 122
184,831 184,831 000000000000041a337cc8e2b501865a286c4eb6d2025933db3b4383aeac8c98 0.02 MB 61 210
184,830 184,830 0000000000000319912ec2fe9a984037d535cfcdf8696505bfedc73176cc00e4 0.00 MB 11 29
Previous 10 blocks ↓
Total Size: 769.02 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,624.27 GB sent, 92.99 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.