Memory Pool Memory Pool Refreshing

7,471 transactions
1.75 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,705 (410,562 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
497,143 497,143 0000000000000000001c8b137fdeaf482b4e58d6a10eac23bef43d7ffb7ef035 1.00 MB 3,119 85
497,142 497,142 0000000000000000000c1da9cadaf6dab3bc60e863adfa67ffe15f96296b6f54 1.02 MB 3,060 61
497,141 497,141 0000000000000000008f645bada14ed27f7c0acbe71edbc7230eece7ef8bcb87 1.03 MB 1,688 148
497,140 497,140 0000000000000000001b892ec743083f050b8aadf0c61ba15c047e8564d51948 1.07 MB 2,440 115
497,139 497,139 00000000000000000060ae2d68fd496542c2f3bbc3fd78e11b992d021dbab4d9 1.13 MB 2,334 138
497,138 497,138 000000000000000000644b6464ad52f1623e66ad3066e6468e61a8c3f6f69c94 1.09 MB 2,008 155
497,137 497,137 0000000000000000007ca49b69e6a547643d9cf4dd80a2ae464831bb453f7a09 1.07 MB 2,205 187
497,136 497,136 0000000000000000009e2d82df9acf2eb226147a98ad49d6e9a581ee3a3ac476 1.14 MB 2,329 164
497,135 497,135 000000000000000000584c23ebfe5d1330a8fe55cb35728aea6446067fe7e8ea 1.08 MB 2,288 178
497,134 497,134 000000000000000000375e58a0170b075fcb0e07bc26c63e52b524ddb8e2eaf8 1.06 MB 2,647 191
497,133 497,133 0000000000000000001fa07e1f774a25e6f5cb78823f33c305476cabe5f8e74c 1.03 MB 2,024 257
497,132 497,132 00000000000000000065f9439c58577160301f58fe76afb5857462e0eb26d4b0 1.05 MB 1,866 136
497,131 497,131 000000000000000000189b8e681a5e6b444ab371fb2d6cc770a14d99940085c8 1.04 MB 1,878 82
497,130 497,130 0000000000000000002b5a589eab12ee5f23a03d66ac568840401b6facd60a44 1.12 MB 1,955 164
497,129 497,129 00000000000000000071a32ba823340493c9a25e3ef11bc0005cb9fd3d7ecde9 1.03 MB 1,774 94
497,128 497,128 0000000000000000008d14e11116e1a86d40338706d5ed5e8e55f893427f4d55 1.00 MB 860 16
497,127 497,127 00000000000000000051f24555a326d33cb429bb5f9b0fd2237f82b804b9bae9 1.09 MB 2,589 135
497,126 497,126 0000000000000000000263744951a27da54d725b801be0a1184a39e9348221a3 1.11 MB 1,676 129
497,125 497,125 000000000000000000aaa1de479cc21a29604b403fc779b0889aec1ffdcf3dac 1.09 MB 1,570 65
497,124 497,124 00000000000000000073518bdda7333cc2dde13671220c4d0a1f407d0bebe39b 1.07 MB 2,158 192
497,123 497,123 0000000000000000008f3fb12c436f13c2771c60d49c45b96265af486306736f 1.00 MB 1,758 35
Previous 10 blocks ↓
Total Size: 769.00 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,616.63 GB sent, 92.79 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.