Memory Pool Memory Pool Refreshing

2,186 transactions
0.73 vMB
Show Random Selection Loading Transactions
Max Size: 4/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
891,053 00000000000000000002796c0000000000000000000000000000000000000000 0.72 vMB 2,172 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 891,052 (1,282 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
889,770 889,770 000000000000000000009d76d89feb293361ad750a02bdca2a51b1cc512d7c10 1.55 MB 2,678 4
889,769 889,769 00000000000000000000191b9d4e1128513949c0a0831a0c81ff3f47448f5c29 1.31 MB 1,828 1
889,768 889,768 000000000000000000026c7adaa73eb013c7effa896b3de13a0fe04d3e991a14 1.66 MB 2,671 1
889,767 889,767 00000000000000000002100fffcf5368c4a023e8c233957e9cf7d3fd329e0c33 1.61 MB 2,973 4
889,766 889,766 00000000000000000001afc5456eb8a4c4efbcae76b58a0c8df3a17be5f14253 1.45 MB 3,114 4
889,765 889,765 000000000000000000004b2ad3d2db586d5963ee7d7bd56c64ad3896cd0ca79a 1.66 MB 3,937 2
889,764 889,764 000000000000000000005149065dba87238cddb82ba43cff34d68c2b5c000079 1.33 MB 2,076 1
889,763 889,763 00000000000000000000f7395f0d4092b53b5c2b29b6305385b7b0856d57e8a0 1.19 MB 1,172 4
889,762 889,762 0000000000000000000097e3d65a9d98e2f794c271228336946cd9fbf328d2b7 1.12 MB 708 2
889,761 889,761 00000000000000000000642ce020591bccc5e032b19aecc9117f7206d0982c74 1.22 MB 1,506 1
889,760 889,760 00000000000000000001fd902d8f8628f40b326ca6d72fc34459dec811b0a5cf 1.52 MB 2,424 2
889,759 889,759 00000000000000000001eebc5c858a019e7cb582c0a16802414da896ce08ddaa 1.56 MB 3,118 3
889,758 889,758 00000000000000000000c0843c285d15a2d21066c1d3a3a34ea9e1d82f258527 1.09 MB 735 3
889,757 889,757 0000000000000000000128328ef58c95dce324e2b1c8d86776446878793b90a9 1.02 MB 209 3
889,756 889,756 00000000000000000002075606263981344ef47be61900c228ebd38eea8da514 1.10 MB 842 3
889,755 889,755 000000000000000000014bdec4abee64b731926e446ac971d8b93eb761117749 1.43 MB 2,761 5
889,754 889,754 00000000000000000001f0f87eb62f992cd7f4beb97619848b586c34186cdbd1 1.14 MB 939 4
889,753 889,753 000000000000000000017bfff891a9307065a39754d790ed81bb62eafa6ec299 1.12 MB 888 3
889,752 889,752 00000000000000000001df32f3641d6877ee25726b7e3a12e3af8984f9b135e7 1.22 MB 1,145 3
889,751 889,751 0000000000000000000210d190d7a73c6cf7e6b07135c297780ad5d3e5a61808 1.23 MB 1,326 2
889,750 889,750 000000000000000000012dac3a7fcfa59b1e65389a5512b008bb6d54b40b2fa4 1.37 MB 1,585 2
Previous 10 blocks ↓
Total Size: 739.78 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: 3,518.06 GB sent, 159.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.