Memory Pool Memory Pool Refreshing

897 transactions
0.79 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,286 00000000000000000002349e0000000000000000000000000000000000000000 0.78 vMB 888 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,285 (823,741 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
84,544 84,544 000000000027e2310b69f9375efb48c08e22303c7e546dcdb7ea34349369bcbc 0.00 MB 1 0
84,543 84,543 00000000000251ba7a2c24943e5092e25dd24ed423718aa09d2964b834cbf52c 0.00 MB 3 0
84,542 84,542 00000000001a66492e563de1fcf7e7bca405d638d141a52b7080ff5a0e695827 0.00 MB 4 0
84,541 84,541 00000000000a396a414961e207e3214abc5b6696ddc5b806a03b79448db881b9 0.00 MB 1 0
84,540 84,540 000000000011ab3fc49c6f31b92bef90e2fd1110074f2ee77ad884c3586b4196 0.00 MB 1 0
84,539 84,539 0000000000252b622c71cc079ec5d0543d83eee79cb6abdaf327f222a1134173 0.00 MB 1 0
84,538 84,538 00000000001e69c78e347e9bfae6a806f71a31c3f3291cc7f0249bdb47c6cf6a 0.00 MB 2 0
84,537 84,537 0000000000102125bdcf3ef5a3c6bca40ceafa28b999d2f5f8651bbe8e4f1277 0.00 MB 1 0
84,536 84,536 00000000001d64c73577a87041403e1de1686bcb7cb3253275a7f35e7406b5eb 0.00 MB 1 0
84,535 84,535 000000000010aaaa532994476efee2a683e0c1747d16c077d2dd17ce6a648b7a 0.00 MB 1 0
84,534 84,534 0000000000009a4187fc02c1212f332ad4cef8c941efd6d311e846799e9eab4f 0.00 MB 2 0
84,533 84,533 00000000001345ee925725bf8c4b2ae9a181d3d56e189e43dcd736c005032802 0.00 MB 1 0
84,532 84,532 000000000009a0b639b8fb1237cdb60eb87ff7282b877ab007c4d80a06526cb3 0.00 MB 5 0
84,531 84,531 0000000000274a4a959ff347d2bd49fe49b65adc3395d5998ae21f9253166716 0.00 MB 2 0
84,530 84,530 00000000001db8d87c2ce405c7b5fb8aaaf4ae59723105868a7b4aa2ff1ef57f 0.00 MB 3 0
84,529 84,529 00000000002248b137356d1e3b73b30c6a2ff8a1a7c65ebacaeba07ee0625583 0.00 MB 2 0
84,528 84,528 000000000022054f8a54d62ae05d42cc452c00567c69410cb0a7ea3a43efcb0e 0.00 MB 2 0
84,527 84,527 00000000002706e835f3333940f2101647902860842649ece61b775b261f945b 0.00 MB 1 0
84,526 84,526 000000000005f9809947c7fb5a37762a9912cd62b885231a031eae227347ff53 0.00 MB 4 0
84,525 84,525 000000000025652e8eed45a6aec3f3cc5f3e37587021de5688f91afdba774bdd 0.00 MB 1 0
84,524 84,524 000000000019a46b4ad960fb7ac20a6c3b3936a730faa51f429d0fa670a62c80 0.00 MB 8 0
Previous 10 blocks ↓
Total Size: 770.15 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,692.17 GB sent, 98.26 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.