Memory Pool Memory Pool Refreshing

5,270 transactions
2.99 vMB
Show Random Selection Loading Transactions
Max Size: 12/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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,719 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (759,096 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
148,705 148,705 00000000000002c623e3f856d9a5866e0f1c709a6cf5c24159b24ac6304ab0db 0.01 MB 18 48
148,704 148,704 000000000000076b93ecaadab0245c2c46d0556c49eec96e0941f91f4fd48ac8 0.05 MB 139 56
148,703 148,703 0000000000000679bff5466e3838a9da3650cc85fe74a7fc47612b93c6d65b75 0.01 MB 36 314
148,702 148,702 00000000000006df45a062b2510a952267445f3b2d08647dd8b3d308591d65ce 0.01 MB 36 135
148,701 148,701 00000000000004ac291461990445b05dc535dcd14b85720a373dd252c320eb88 0.01 MB 37 199
148,700 148,700 00000000000000c4b758080af1b8d4ddd61e668444a40711a2c99a5dac78a1d7 0.05 MB 184 11
148,699 148,699 00000000000009b7ae4067c31227d5aa1896a7db4eb4f8cbcdeee086f4e8828c 0.06 MB 120 119
148,698 148,698 00000000000009447f60725aade1b2cc95db55e18662bd8c7865c43db38a4d88 0.05 MB 135 121
148,697 148,697 0000000000000697c902fb9b3a23a875d77a3918bbe1987d3e7f4b7cfb886071 0.01 MB 31 13
148,696 148,696 00000000000004a28ceecaf6401364390944f7f96f7f4698168d6c78f0b5bb0f 0.00 MB 14 502
148,695 148,695 00000000000004f591c3f33e7042026d5210891f47836eee0fb1f86c954b3a76 0.03 MB 44 124
148,694 148,694 000000000000014b62588b892e7e59950f7ad15675232ef3d3964dce951b5ab1 0.01 MB 7 44
148,693 148,693 00000000000000253d259aa83dcf97ed6733b1936f34685f90f21b51b38f3c80 0.01 MB 26 45
148,692 148,692 00000000000007318d9b0385e53630574d8a911e187f77eb806723c767a68242 0.02 MB 90 4
148,691 148,691 000000000000044cf385f69cb492f1b3bb3c63cd180ccdbd4cd76ff190528985 0.00 MB 16 83
148,690 148,690 000000000000009283cfcdbfa7d6002597bf3ab9640360edab39b68ef1aba09a 0.01 MB 18 380
148,689 148,689 00000000000003157cb528ccaf8d837eb5128b42b271df89adcac0298da089d2 0.02 MB 29 83
148,688 148,688 000000000000071f490e971f7ad8aa04010c8adde42673e0c91a0468835c634c 0.01 MB 30 112
148,687 148,687 000000000000089b698f6af3250493a326dd5da24581023655c753f747ca342d 0.01 MB 36 82
148,686 148,686 000000000000092bc14cb7c27f04c590f997797de37304cb6834c6be8e48bb45 0.01 MB 14 75
148,685 148,685 000000000000051c3462cb1ecda65549bfe9b3fa1d6f425f21991b160bee1516 0.02 MB 36 97
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.