Memory Pool Memory Pool Refreshing

3,232 transactions
1.03 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
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,751 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,140 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,750 (108,680 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
799,070 799,070 000000000000000000001b8935fd0bf7c93656202b6cb68b05c8ec3979f0650e 1.48 MB 2,420 12
799,069 799,069 000000000000000000036f13cc4c83f1f046db23043e2fcffb9ebbac996a4afb 1.88 MB 4,241 8
799,068 799,068 00000000000000000004e05750e6930f12da943a5528645fe6f2e7cc6311eec4 1.82 MB 769 6
799,067 799,067 000000000000000000031334f417ce576cdb253a68ff5d2d8f9fc19ea34e0cca 1.61 MB 2,425 9
799,066 799,066 00000000000000000003b07a6c74a52d69caf3c07965a71aaa9604ba3fbcb917 1.80 MB 4,474 8
799,065 799,065 00000000000000000004c01bb585fce823759e0864ea768e7f770bd73856b354 1.50 MB 2,437 11
799,064 799,064 000000000000000000029b9717d7bafecc14778d4e159dcf9d6fdebc7900b307 1.51 MB 3,387 15
799,063 799,063 0000000000000000000267694975538c71524f4c80bdfcbd4c4b9aed7ea2ef74 1.90 MB 4,759 10
799,062 799,062 0000000000000000000109e4e044bfdf0f56bb9a3d688261d6eee12a9a14d104 1.77 MB 2,813 11
799,061 799,061 00000000000000000000f04ecabc7a0a06be46c2515ce742f25e13b557838617 1.97 MB 3,706 8
799,060 799,060 00000000000000000001e244728552d4553602a1ad75c64cd6f4e5c11005a23c 1.71 MB 3,624 8
799,059 799,059 00000000000000000002e7a99bf584818237d24b7ca00f1744c1af036ee54e4b 1.78 MB 2,754 9
799,058 799,058 00000000000000000003818e0792f253747ea346f1ed97a1fa9316b63cf2f6f1 1.55 MB 3,484 19
799,057 799,057 0000000000000000000050b050758dd2ccb0ba96ad5e95db84efd2f6c05e4e90 1.55 MB 2,421 8
799,056 799,056 00000000000000000002ac9ef978b96622aaf575497752ed0af7428cfd00a225 1.53 MB 3,287 15
799,055 799,055 00000000000000000001f5586a54ca3155925701a4b79db2972aacb5e425c9f7 1.51 MB 3,015 16
799,054 799,054 000000000000000000013eb994218a0badf41b915cce435234873e01c162622f 1.49 MB 3,382 16
799,053 799,053 00000000000000000003e28fb1e1bbf5833e699da8f970c9bcb5625760d81b41 1.84 MB 1,209 8
799,052 799,052 0000000000000000000105f60055fd76ee4b06031e85cd11befbcc042557c1f1 1.77 MB 4,103 10
799,051 799,051 000000000000000000047246b2079b02b6ecf8b512fd694286a3de5783dc76d2 1.76 MB 3,905 8
799,050 799,050 00000000000000000000b51bda73379b84f55ae311977580319581fbea897a9f 1.90 MB 5,159 9
Previous 10 blocks ↓
Total Size: 769.08 GB

Node Information

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