Memory Pool Memory Pool Refreshing

6,901 transactions
2.61 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (764,127 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
143,572 143,572 00000000000008d05c1d8fd4c5003cd57416e2ad5426868bb376b8719416e9bd 0.01 MB 16 201
143,571 143,571 000000000000025ba3437fcccce1b6f3728f37838c723d22dc3d6d781d9d53d1 0.01 MB 34 164
143,570 143,570 0000000000000479ec122d9753163c8cf64e9251d31f9974f21cbb539585f7c7 0.02 MB 40 129
143,569 143,569 0000000000000129b8f7f3e1a41887c867aee7fd410486554b5a7af4f7447dc9 0.00 MB 4 114
143,568 143,568 00000000000002e5a0285710f2d316a179a18b78c045f5597460f4d099926f0e 0.02 MB 61 144
143,567 143,567 000000000000093620a6a0f6562807446e0cea44a88d93f3df70d1f54e7117c7 0.01 MB 21 286
143,566 143,566 000000000000008debaa3ee83615a29de8b1eb25154039849b2d2650ea989ffa 0.03 MB 106 74
143,565 143,565 000000000000023653b6ab1aec7c4107c4c713437b6c50d179cdf966a4ccb155 0.01 MB 25 160
143,564 143,564 00000000000000adbff81366264ff66d2aefab9d74acf6b504b89a9385e2dcad 0.00 MB 12 359
143,563 143,563 000000000000031b73de119f187dea4de59b1372af66d5ec235cdf0899148809 0.00 MB 13 304
143,562 143,562 000000000000010266629dbb797673095ba9e1c4bb38e12ea32ccaef565e7fec 0.04 MB 109 224
143,561 143,561 000000000000008f0229342e09a1de64fbca8a088b129c03a33b93d77473614c 0.03 MB 78 192
143,560 143,560 00000000000008a90ffd167541cd606821835a819881860e5a303b3b2e5c69d1 0.00 MB 6 51
143,559 143,559 00000000000008d32cda51b016ccceb9c6e0a6d7b978d42a075b5f2c3e4d4570 0.00 MB 6 40
143,558 143,558 0000000000000352deb644dce492aee064d3684fe445fcefbea57b282e7f986b 0.01 MB 10 50
143,557 143,557 0000000000000628b7a91bf2f09e266913c458977850fae7bd53cdd4af081ce4 0.01 MB 5 948
143,556 143,556 00000000000005571fe801e079a20834baccc370b3476a82dd3423e7d6d83351 0.01 MB 25 321
143,555 143,555 00000000000007358414813d836826ceb4b27384bffac3210fc2cad800c7fe9b 0.00 MB 3 0
143,554 143,554 00000000000003176b726ea62ff9dda16ece782a5edc184a59159f4b826cf92e 0.05 MB 137 28
143,553 143,553 00000000000008677f5ad65272bd515b0d440f70fb0c6efdd4bb19626e4b5e7d 0.00 MB 15 52
143,552 143,552 00000000000008209287a936d10c94e6544fbe66b726af26dd13552a897cecd9 0.02 MB 25 218
Previous 10 blocks ↓
Total Size: 768.98 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.51 GB sent, 92.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.