Memory Pool Memory Pool Refreshing

4,503 transactions
2.14 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
907,783 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,646 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,782 (507,117 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
400,665 400,665 00000000000000000640521595be81801b298632c4ac537acfc4a91fed8daaa4 1.00 MB 1,681 26
400,664 400,664 0000000000000000052cf5f2b5eee456c7530dcf911c064421461b57012637c3 1.00 MB 2,414 57
400,663 400,663 000000000000000003b10704bb12567926aeee314f181445d5a19ef18d14ba30 0.99 MB 2,000 40
400,662 400,662 000000000000000004061bb264f38441d94efa1a8a3a8c1e04ec42dd90ebde09 0.93 MB 2,748 43
400,661 400,661 00000000000000000059e3a6f6add0994d37e9033ff3d69ce125ce8278efff4a 1.00 MB 2,448 65
400,660 400,660 000000000000000000953cf41de0d020e29fd36e2bcdbe5cdc6848298921eaed 1.00 MB 1,965 27
400,659 400,659 0000000000000000043d1adfe73e9997d299a8445b2ab441390f575d2cfa9090 1.00 MB 2,356 34
400,658 400,658 00000000000000000357b0aec150b16fa4bd2b4dbe816cc542e2b89d519f6254 0.93 MB 2,346 69
400,657 400,657 000000000000000005af109a7cfeef45fa622ada9239b22f6fb5fb2a7f9e7fdc 0.00 MB 1 0
400,656 400,656 00000000000000000389f1df5dc580888459644bd8a6270cfb890ffcc5ff202a 1.00 MB 1,511 32
400,655 400,655 000000000000000005183565156b4ca2259fcd36f76e080d622f781767187d79 0.99 MB 2,694 63
400,654 400,654 000000000000000005c1cf8ffd717452a30a5a0c14ab4734ed1417544f5dd661 0.95 MB 2,294 47
400,653 400,653 000000000000000001344cedcba1be86ae51c089090980feb8eeee8cfdca30ff 0.99 MB 2,598 56
400,652 400,652 00000000000000000302cd68de1beb44c664ca2ef6736b7f94b69965d7c796f2 1.00 MB 2,553 38
400,651 400,651 000000000000000005f0a462a1267984d9ec5e6f059e1bced3044f8f617ec0e4 0.99 MB 2,556 63
400,650 400,650 00000000000000000648b53f874b13bd5d0e213887110ba762eb0a520998f8a7 1.00 MB 2,798 35
400,649 400,649 000000000000000001f20f7ee3d928cc7eed1af2c6448c61044dc3db1f24234d 1.00 MB 2,650 36
400,648 400,648 000000000000000003ba7e50e7364d21b310cc4b13a87f8012be8842539b4340 0.93 MB 1,897 33
400,647 400,647 000000000000000002702dbc6513845b6c4ad9a798e7a2eccab2c1db1fe963a8 1.00 MB 2,225 42
400,646 400,646 0000000000000000049f1b9f0fdd553ac5308d4139eced70947f60fcb4c7b4a3 1.00 MB 3,285 51
400,645 400,645 000000000000000002a596d58ca09083bc6054a66825fef3d07e88217b8790f3 1.00 MB 2,188 71
Previous 10 blocks ↓
Total Size: 769.13 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,631.71 GB sent, 93.57 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.