Memory Pool Memory Pool Refreshing

74 transactions
0.02 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,795 00000000000000000002349e0000000000000000000000000000000000000000 0.02 vMB 69 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (26,129 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
881,665 881,665 00000000000000000001a326b8ce4c24e8f4fbeac3a80883e6482c322fdf3fdd 1.56 MB 3,429 10
881,664 881,664 0000000000000000000220553b7106ab3dbd7e6fda128a25a2b75bb7a06bda36 2.24 MB 725 1
881,663 881,663 000000000000000000010d9d68384afffedf5c282c62cd2dd871147f240d2ec1 1.95 MB 2,281 2
881,662 881,662 00000000000000000001edb1811f54d25f15188e404f5df8758744a122ed78ca 1.59 MB 3,654 6
881,661 881,661 00000000000000000001f21f84138d91bffe2caef7a2ec5443319b60ec7ee959 1.99 MB 2,597 2
881,660 881,660 00000000000000000001a63b85221b71e9cd47c1d218697e0b41fce438fd78f2 1.69 MB 2,909 3
881,659 881,659 00000000000000000001db48c31eedd847557356d5471af6349522de4c632111 1.54 MB 3,733 6
881,658 881,658 0000000000000000000265f3366bf3c743cbd4205101929884b7f31d491b7364 1.71 MB 3,515 4
881,657 881,657 0000000000000000000092b8ffc8166d566b174adf859280c5d491ff50e0bc04 1.63 MB 3,180 4
881,656 881,656 000000000000000000011334a20508db8a7cd1f6726584a11ee9c89cfe55641e 1.80 MB 1,713 2
881,655 881,655 00000000000000000000f3d416bf21f462e87dcbaede89da510b5f2d7c0c600b 1.86 MB 2,631 3
881,654 881,654 000000000000000000011875872886264f1778716db3fbbc8fb87703b796b91f 1.59 MB 3,037 4
881,653 881,653 0000000000000000000132d8634195df0e51c97978a005a3043897c82d998a83 1.67 MB 2,018 8
881,652 881,652 00000000000000000000a89f8f785623e6a2794596967b71994f84796acfb5f1 2.06 MB 892 1
881,651 881,651 0000000000000000000297f981649b0eba787e27bda96ae6403c7cad6d4e4cca 1.80 MB 2,864 3
881,650 881,650 00000000000000000000887555c415b7167fe184e7ab37ea45a767e06d56d94b 1.92 MB 2,053 2
881,649 881,649 000000000000000000020d8a2b42ce07a1e35223497bbb631c5a311bad32522c 2.10 MB 169 1
881,648 881,648 0000000000000000000188d0ea8bb65bd46450a21fe3b1f97d99fcb331a0a5a1 1.98 MB 826 1
881,647 881,647 00000000000000000000fcc890328bc04e0b8159a4e08845f39dc889028893cf 2.02 MB 994 1
881,646 881,646 000000000000000000021eceb6391d82c74f847efcae9398cd075196b216e459 2.11 MB 663 1
881,645 881,645 00000000000000000001047339207f88e5dbfad9f445841d71b0080548306090 1.94 MB 1,260 2
Previous 10 blocks ↓
Total Size: 769.16 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,632.67 GB sent, 93.65 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.