Memory Pool Memory Pool Refreshing

3,627 transactions
1.63 vMB
Show Random Selection Loading Transactions
Max Size: 9/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
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,399 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (608,050 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
299,685 299,685 00000000000000000808a07d63c507bed63199c1b41fd6f15431fc2e79bb3f0b 0.32 MB 736 38
299,684 299,684 000000000000000044139911d91e4f1aed931f0480c3600cc83d472b86bb9a62 0.10 MB 203 28
299,683 299,683 00000000000000007c5070c127805a77caa8eb2dbf574a89bb6dc95fb252cd0d 0.03 MB 66 69
299,682 299,682 000000000000000001a40eadd9b427bf3740740584438384c2e702428a5b5eec 0.05 MB 91 25
299,681 299,681 0000000000000000375c1251edb93b054a477300549ec5d046679b47edbbdd07 0.07 MB 111 21
299,680 299,680 00000000000000007fd10f87c8fd82e9f5ca879c6f915dfbcd32f026141fb17f 0.17 MB 305 34
299,679 299,679 000000000000000086cf17195126d7d9c1c016b4d6787423b845dc3702d3f017 0.23 MB 400 35
299,678 299,678 0000000000000000677168dad983ab41c17c6b835bfe01062b9bf02443bebc49 0.08 MB 155 31
299,677 299,677 000000000000000054c08ac95107a2ee857d1a8343a0316d74c99d36c3943876 0.06 MB 135 22
299,676 299,676 0000000000000000136fff718c3c14defe226673cc819522291835c788052853 0.09 MB 218 61
299,675 299,675 00000000000000002d0116652f0f1896d1344cf95afffb71929bee0f1547fa70 0.61 MB 961 27
299,674 299,674 000000000000000037f67a7d0725875f006cd455bf61f95b68228e2d054c203e 0.24 MB 389 28
299,673 299,673 00000000000000004d7b319cc0b6540e418dfa295e68c01842f4bb3a6ce1e233 0.13 MB 219 23
299,672 299,672 0000000000000000790dc6fc6171848620513e53f5e899e758c71e74b714428d 0.10 MB 256 65
299,671 299,671 00000000000000003b2a1543b591b5ac3927962c7921f40a7620f0eebbb2e0f0 0.03 MB 39 11
299,670 299,670 00000000000000001dc6758d02d66a40b941f8f4e95c15560e1687c544c3f84b 0.07 MB 155 42
299,669 299,669 0000000000000000237cf880b486ea06fc82526695025c07197bb9c6b2668964 0.04 MB 71 27
299,668 299,668 00000000000000007d80781dffea411c5013538009d77ab160924d4c07b43158 0.18 MB 309 36
299,667 299,667 00000000000000000ed7a51099fec479f48c509c5e0cac4b9890bee9a16c1f62 0.04 MB 91 29
299,666 299,666 000000000000000077ee4bb2182f203f0d50fee55acb13bfa4dab19aae9ef1af 0.02 MB 23 19
299,665 299,665 00000000000000007515e4ff90b3de469f94053b9e1cb6ba4dcc9ea6032354dd 0.29 MB 438 25
Previous 10 blocks ↓
Total Size: 769.05 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,627.27 GB sent, 93.11 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.