Memory Pool Memory Pool Refreshing

10,563 transactions
3.85 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,732 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,775 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (577,061 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
330,670 330,670 000000000000000010339c0ec055a94a28cfff7d87cd65949d7224d358104bd0 0.33 MB 738 29
330,669 330,669 0000000000000000096fbc44a75407c0be208a5bb72ec7942265c6207e519959 0.06 MB 106 22
330,668 330,668 0000000000000000135821f24391f13d346f7ccdc1cad8d35d18ef95f681f43f 0.31 MB 720 29
330,667 330,667 000000000000000019ba48924f082ccd09a79cd42ab6f897f34f46c3c26952d8 0.65 MB 1,316 27
330,666 330,666 0000000000000000081415f241ea69b9c8825532e3bacabbb54a013497dc3722 0.56 MB 758 20
330,665 330,665 00000000000000001b37413e7bb31541b7a20c5c02185307d87068ff46616443 0.50 MB 756 26
330,664 330,664 00000000000000001585818b3733f687ff1263fd822dd22da13173f86a40d862 0.31 MB 793 50
330,663 330,663 000000000000000010f9ba685d8ab2ed22418cc8987eeccf51814dee6cbd4dac 0.39 MB 459 16
330,662 330,662 0000000000000000170ca44d8ab3d10061dcc43388c0660c93d5d8945ff99459 0.01 MB 38 32
330,661 330,661 0000000000000000034e35e7921f380dd0fe0c1984207d5066a989fb5afb6d2a 0.27 MB 453 26
330,660 330,660 00000000000000000b496812eb647fa45490838e343d91901c644d45636796bd 0.03 MB 64 28
330,659 330,659 00000000000000000a4824b43329d0f98b5c6b754d14ef2a4101365a5ea56c95 0.15 MB 295 25
330,658 330,658 000000000000000016683eeda9ec6505d5abad4d7398b0a20bdc2f6773a093cd 0.29 MB 447 26
330,657 330,657 00000000000000000f3b280a1c797d99363086453fd021fef9a008530df51a5c 0.43 MB 689 31
330,656 330,656 000000000000000005d079f52e9af102c1366addbc3a9024068a328e0c9f157e 0.56 MB 1,204 30
330,655 330,655 0000000000000000036f35f835c3012c77403744f54d997e23e41ded77d8d0bd 0.03 MB 60 12
330,654 330,654 000000000000000012d4fb75e9b75d9b1ef6b237754a71ab9e40ae7526603779 0.53 MB 1,087 28
330,653 330,653 00000000000000000fc73410849006bdd568a7fe87da5b1015727a8257833156 0.09 MB 228 32
330,652 330,652 000000000000000012897a18a06adea41fa01862de51e8b2e73541586f3b5f08 0.08 MB 163 20
330,651 330,651 000000000000000015b9893ff973413430ea1af5aa95f5b8b40535951be0a258 0.42 MB 723 26
330,650 330,650 00000000000000000b57160d8292800e6d352d8af95ab0ab8a4d124dd63bb0ea 0.95 MB 1,355 21
Previous 10 blocks ↓
Total Size: 769.04 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,626.99 GB sent, 93.10 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.