Memory Pool Memory Pool Refreshing

4,950 transactions
2.55 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
907,826 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,594 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,825 (477,145 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
430,680 430,680 000000000000000000fb17e51254fa74052d61c7c88d252e53a9e9901be75487 0.75 MB 2,014 77
430,679 430,679 0000000000000000022de063db0aaa957519086c351f2ab93c29bff7946d185d 1.00 MB 1,703 41
430,678 430,678 000000000000000000200403588cb5bbc5e0d43ff1f77cf0f530662262bdca62 1.00 MB 2,501 85
430,677 430,677 000000000000000000f8682f9094e87675f1eb39463b85e942692d63ee2dc43f 1.00 MB 2,114 52
430,676 430,676 000000000000000004bf3c861d3f44be8d3b96821fbc5caaf82bc7d698ffee7e 1.00 MB 2,173 61
430,675 430,675 0000000000000000019c975bae95d9a7b188996383b472f4306498ed0b7708ce 1.00 MB 2,700 72
430,674 430,674 0000000000000000013675554f7d3347e1466eef8318bb9de170a80ff5a63624 1.00 MB 2,499 92
430,673 430,673 0000000000000000023d0891caea504d7028a9dd7a73fd211ccbf8b3abbd3bf6 1.00 MB 2,085 50
430,672 430,672 00000000000000000241eb344bf4ed3748618bdcb06fa9441ca6dd59987a5acb 1.00 MB 3,140 92
430,671 430,671 0000000000000000004e3478cda19078b5da116faccd81a84955c4d81b09bdb3 1.00 MB 2,576 78
430,670 430,670 000000000000000003e89cc519390d4a52dd2c6fa8f9bd2ad1eaecb5a6ce057f 1.00 MB 1,658 50
430,669 430,669 000000000000000002216227a57caf9b6a9944ead800df6cc138f4ffc4e1f412 1.00 MB 1,793 48
430,668 430,668 0000000000000000046f983d1963443dc966d20b240b4f8b6f11f4759a4c86e1 0.75 MB 1,603 69
430,667 430,667 000000000000000002222b06d881217a8ae6d5ac73f07c56e3cc373deccef1d9 1.00 MB 2,457 73
430,666 430,666 000000000000000001fe233882c779fbea3024873848d2f8ce04297582bb9bb5 1.00 MB 2,737 66
430,665 430,665 000000000000000003fb18085e43fc86192facc524dc3f1dc4f3427a5a5dfedc 1.00 MB 2,128 95
430,664 430,664 000000000000000002fe6d9e8cda0ca794637a51e096c8092dd6aeced120a622 0.99 MB 474 13
430,663 430,663 000000000000000002878afa9adedb771b69a795238e39402f693c11ca4f5e2f 0.32 MB 786 67
430,662 430,662 000000000000000001e79b8a30eb93003aebaa433d18ccd0a65fa9d5befdf3e6 0.73 MB 1,598 64
430,661 430,661 00000000000000000342818501606dcad4592d6e1bd21ec15712ffae94e653ff 0.92 MB 1,895 41
430,660 430,660 0000000000000000019cb0b5740ec6f3c3190688dd6bb80037183475b9ac6fb9 1.00 MB 2,367 86
Previous 10 blocks ↓
Total Size: 769.21 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,634.56 GB sent, 94.01 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.