Memory Pool Memory Pool Refreshing

2,285 transactions
1.13 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,740 (162,207 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
745,533 745,533 00000000000000000003d6b31d0ffb53183d8b8aecc54b43c77599aa03719b99 1.50 MB 2,268 15
745,532 745,532 000000000000000000045cf6a02c74ec0036168a225de8bdd0bbff3a71f2745a 1.38 MB 2,132 18
745,531 745,531 00000000000000000004f8c8e78f9334aab025fea14086a40c69f89f15103679 1.56 MB 3,071 23
745,530 745,530 00000000000000000009991415529b54a23e0854999b8b78e872ff23813f4159 1.51 MB 2,916 38
745,529 745,529 00000000000000000002307b0ef0777962274de90b7e6c748d659e98402c2548 1.53 MB 3,163 48
745,528 745,528 0000000000000000000238d787248e1c9fda37a09b9c5619713020def270447e 1.46 MB 3,266 32
745,527 745,527 000000000000000000051f56863de8bad6510eb45037abf85931633c3fc55c88 1.52 MB 3,728 27
745,526 745,526 0000000000000000000538d5da87059f6a4535d365dd2d16b3660b5696a5347d 1.51 MB 2,764 44
745,525 745,525 000000000000000000040b71927abe45ca15f6bb258774e960b5496ae33aae7c 1.52 MB 3,457 20
745,524 745,524 00000000000000000005be18eba4808b1a97c52883b29e234eee75d1349eb5ef 1.15 MB 1,038 19
745,523 745,523 000000000000000000066eaf467ff03a454725b51cf367d88f71174b9bb43740 1.50 MB 2,304 22
745,522 745,522 000000000000000000060d5fed8f967750bd965a7c6f5252c91aa3946a39fc13 1.65 MB 3,043 26
745,521 745,521 00000000000000000003b0820e5a9393cee0a55576f57b7821fcbfa45fd1c769 1.63 MB 3,230 21
745,520 745,520 00000000000000000001b7e865a518e02315633e9225733bdd4d78903a720eee 1.78 MB 3,171 22
745,519 745,519 00000000000000000008e703b563beb6364f38f1e9200799002f5e94361194fb 1.65 MB 2,350 23
745,518 745,518 00000000000000000005653621ffb1eb77451ab56e39217a8158d7a98a37f3d4 1.50 MB 2,938 25
745,517 745,517 000000000000000000047583b6248802d7d734ecd269f43ef3baf6c66be8367e 1.65 MB 2,411 30
745,516 745,516 000000000000000000090a3c995d15911f6606e192681ffebfd6be7288e5d6d1 1.50 MB 2,632 53
745,515 745,515 00000000000000000004690581b6c4cc3e5dfb424714fad755ddd8baf6ff09a4 1.69 MB 1,977 48
745,514 745,514 0000000000000000000702661c3af6ab5e06bfbbb96b576498e199d3d7fb828b 1.59 MB 1,863 52
745,513 745,513 00000000000000000006829a7daf8ce9f0813e958bf3fa190280d7ec0432639d 1.47 MB 2,390 15
Previous 10 blocks ↓
Total Size: 769.06 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 1,627.91 GB sent, 93.18 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.