Memory Pool Memory Pool Refreshing

9,247 transactions
2.76 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,714 (633,802 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
273,912 273,912 000000000000000502150d705cd9e67c1ea3e107a968b94d8a736011aec3bf1c 0.16 MB 403 50
273,911 273,911 00000000000000045d740602dcbc09d87c47df99049521ea5432895ac1804309 0.15 MB 339 42
273,910 273,910 0000000000000000101d52e31004e461734d5b19978fa9a5632f8d3abd611815 0.33 MB 824 47
273,909 273,909 000000000000000289bd8f7ca282483ff9688726c315b6ea4aa41832e04d13ae 0.12 MB 109 16
273,908 273,908 0000000000000003e43150955bb512263f21d022f0eb71b8d1fb3baa761c6c82 0.25 MB 443 52
273,907 273,907 000000000000000586bd8d7bbb7d5e59005470f56e38918274338cd1c441ce01 0.01 MB 24 37
273,906 273,906 00000000000000040614f119e1759b43eacea082816b927bd3e8e4848d1f374b 0.07 MB 154 40
273,905 273,905 0000000000000004c6a5c10b390b593e916771dda80776dcb571332234aa645f 0.11 MB 210 32
273,904 273,904 0000000000000004a5d59c0614f598296a28335f936b7c1d674b074b4486b0f5 0.08 MB 137 29
273,903 273,903 000000000000000401aac72c580fa3b051a8a97b26b4b126c7450c6c140324ca 0.12 MB 118 17
273,902 273,902 000000000000000527aff13e885a789436617c57e49a7a810d4eaa6c0cd4c806 0.15 MB 305 47
273,901 273,901 00000000000000058203f6b69a7c209789e8362f4947e1df9c2087a949c3338d 0.17 MB 430 58
273,900 273,900 00000000000000020e2fe323d40d34b2d2a782a5ccf62821815416282758bce1 0.06 MB 88 21
273,899 273,899 0000000000000005bea021ca5f409ada3ac8ba4d206d95b20ac2257d3e5cab59 0.17 MB 322 42
273,898 273,898 00000000000000020ea32b7489b1c7e88abd7d8dd3629d5f4c3e9054c6795b8e 0.05 MB 56 24
273,897 273,897 000000000000000562d506dd22b311c4de26e53aa05549272143eb6f9ad8b300 0.10 MB 181 37
273,896 273,896 00000000000000055afed1ea9971327a37129e1cdd7ec1d43c19687825960b38 0.46 MB 778 41
273,895 273,895 0000000000000000f73046fccd2b88a5fb86f93b0fcdf51b4c32e3e1ce60683b 0.25 MB 464 44
273,894 273,894 000000000000000238c3043fc520ddd92bef8010b156a475f68f859f70477604 0.05 MB 88 28
273,893 273,893 000000000000000020e3bb742502d8ca0484839746fa12b83b85dea4d0bd4118 0.12 MB 230 36
273,892 273,892 0000000000000004067d4990ce74ffa51d8d9fa974b63e2f5689f3c531720c27 0.10 MB 62 17
Previous 10 blocks ↓
Total Size: 769.01 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,621.08 GB sent, 92.89 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.