Memory Pool Memory Pool Refreshing

14,120 transactions
4.49 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,227 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (115,947 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
791,771 791,771 00000000000000000003a4fa9c557b68103077aacfc8c50f7e4b7d02da884876 1.63 MB 3,861 37
791,770 791,770 00000000000000000001e89e67ebaa4a6e8b8cfbc4bf0f6c126fb2b445a416a4 1.26 MB 1,463 18
791,769 791,769 00000000000000000003af79c18760c80dcdc48a271d0cd905eb0c8a9df5c441 1.62 MB 3,910 35
791,768 791,768 000000000000000000052140b4df297685b8784b2b6bff55d308f9dc34eaf71a 1.58 MB 3,781 46
791,767 791,767 00000000000000000000813d1e9033fa2fcb4fee25c5309ff3d8664226957ec5 1.62 MB 3,857 39
791,766 791,766 00000000000000000004f4b9f17a180e2eefe2c0f7b5233b3853dfd344179bbe 1.49 MB 2,634 27
791,765 791,765 00000000000000000003deca1af106088441454a9a95a46d4d9d28447138cd85 1.46 MB 2,968 29
791,764 791,764 000000000000000000049fa6155b0fa4e112ff0436af17077b43e5e0ff34e437 1.00 MB 149 17
791,763 791,763 00000000000000000000bd65787e6f263ebc517a0bf9ecd50707cc99df3192ac 1.35 MB 2,228 27
791,762 791,762 00000000000000000002b90078667e7c33b07bd502018c6c5ea8a43c7e7e6d23 1.88 MB 3,950 25
791,761 791,761 00000000000000000001aa4d8e46f2a17d3696ef9c543f4b57a67338088ad464 1.92 MB 2,942 19
791,760 791,760 00000000000000000001bd8aec0f5bf7269901069a3068793280b316eeb1f52e 1.77 MB 4,377 34
791,759 791,759 000000000000000000058752b1b668af84c36ec36e03d8683398b5ac3acd5662 1.75 MB 3,737 35
791,758 791,758 000000000000000000008531a96228696e99593a97f6e326a380bc7809dbd6cb 1.88 MB 3,703 34
791,757 791,757 00000000000000000003b6223403f3101da00f6ae0600164220e438efaf17f6d 1.73 MB 2,929 24
791,756 791,756 00000000000000000000b8ebb562f874e1015450e8758dc4ec4bf2caf9701542 1.68 MB 4,158 50
791,755 791,755 000000000000000000017fdbaab2f5c54f29f67cffdc380310c3ee87cef02e34 1.70 MB 4,147 43
791,754 791,754 000000000000000000039fbbdf2e43e71f3a84c5e7c694fcd436032d1a1fb0b6 1.37 MB 2,703 64
791,753 791,753 000000000000000000019be9e56052e68cbbd2da790a909e8bb4adf02823be61 1.69 MB 3,230 37
791,752 791,752 00000000000000000004448ab50b4615b56282c8474734af260438c4d1d50e32 1.61 MB 4,038 50
791,751 791,751 0000000000000000000532e7b6765f3db8ec7a65861805e67a0c5d62a582e952 1.48 MB 3,381 67
Previous 10 blocks ↓
Total Size: 769.02 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,622.95 GB sent, 92.96 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.