Memory Pool Memory Pool Refreshing

2,508 transactions
0.85 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,756 00000000000000000002349e0000000000000000000000000000000000000000 0.80 vMB 2,505 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,755 (162,669 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
745,086 745,086 000000000000000000070d8218720b9b2b2c91f82d86517049dc9e0ea0fea0d4 1.74 MB 1,992 7
745,085 745,085 0000000000000000000236734aec042db59f69ed5585a60c630701d84de32532 1.61 MB 1,297 19
745,084 745,084 00000000000000000003da9fb4db93d2b333a3365de6c0b4586b99374124faec 1.49 MB 1,569 20
745,083 745,083 000000000000000000004d05cd5204489647508bce3e81df10cd2df3918f9a12 1.61 MB 2,266 28
745,082 745,082 00000000000000000005bb6d79e4ef4e1bbe460acc9d86aef3cc459769338cef 1.55 MB 2,714 25
745,081 745,081 000000000000000000023081a787fb0d8fd22895afde04e88f4ce5d752bfc012 1.29 MB 2,028 27
745,080 745,080 000000000000000000098ca0edb9ec819a17444c1866dbd2425385a215fa6272 1.47 MB 3,020 33
745,079 745,079 0000000000000000000632a7c3c0723de31e7854f0c47772260dab8f419a2892 1.43 MB 2,654 26
745,078 745,078 000000000000000000079a9ffc2155ca47e65234ead5e51b02de71893ed34446 1.48 MB 2,987 36
745,077 745,077 0000000000000000000317a97711006c40ad94841a1eb370dad2551ec94e834b 1.47 MB 2,656 35
745,076 745,076 000000000000000000029ed3f982e3ca42897b02eecc8d3a7df6a7aade51fd34 0.91 MB 1,374 16
745,075 745,075 00000000000000000004efde2556c60cfcbe30ca23841c3e46ba2529c5b0a3e2 1.44 MB 2,821 20
745,074 745,074 00000000000000000008f44410833bd8cfaaa442709b4a1999c57fee0f1cedba 1.10 MB 1,345 23
745,073 745,073 00000000000000000002efc72cdaa177252286607ceb5a2a183253ca88057f80 1.28 MB 2,085 23
745,072 745,072 000000000000000000008e2a50b5b622d6d8e5b2c5d56ed4fda621f9769c8981 0.85 MB 1,264 17
745,071 745,071 00000000000000000001ed43bccc9a5e3f5b394dcc751ab3e63b487c10b72ecb 1.44 MB 2,478 14
745,070 745,070 00000000000000000008b268ee6a54a105ef74b196e3c19008b619e6b225959f 1.62 MB 2,593 29
745,069 745,069 000000000000000000028537f8137ab0e9d2430a6a7741f590a8894ff31ac886 0.87 MB 904 23
745,068 745,068 00000000000000000008e145efb794d03e8ae4064891f5465cec0741aab94807 1.09 MB 1,776 19
745,067 745,067 000000000000000000023c8af4136e6abae8ea276ccf851c3b8043e1385d7bb0 0.21 MB 438 19
745,066 745,066 00000000000000000002c381e91bbc1f0316b643f680dede52eff048050c922e 1.58 MB 2,854 23
Previous 10 blocks ↓
Total Size: 769.09 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,628.30 GB sent, 93.33 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.