Memory Pool Memory Pool Refreshing

9,263 transactions
2.76 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,714 (547,041 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
360,673 360,673 00000000000000000e835625b88b2b04beac36096dec608fb9dd5a4facac830a 0.02 MB 71 34
360,672 360,672 0000000000000000112ca7b89f0f76e6023b062abed21327edfb0bbfc47c646b 0.06 MB 114 21
360,671 360,671 0000000000000000116fceb86d39b531e524404282845014ccc4f27379734eb6 0.48 MB 1,040 26
360,670 360,670 00000000000000000b6e5128a76b032ffe9fe4eeaa1514ed7f4c2f6bcdfbd805 0.29 MB 660 27
360,669 360,669 00000000000000000d094cc1c9872b0a17eb842dc9a67dce6e904df55cb355ec 0.35 MB 869 31
360,668 360,668 00000000000000000d5ca648032e34e55ffb8aed2d3549a61a608d80a0860560 0.00 MB 1 0
360,667 360,667 00000000000000001254f7ec9e7ee0036fcbe02a2e97cb6c2aa96f87d36172a3 0.18 MB 411 23
360,666 360,666 0000000000000000160f4423a963618599d7ff2b2520624ce85b1a7ec3874eca 0.21 MB 509 35
360,665 360,665 00000000000000001067d96e186edfe894f9dfc6e8f7a20e2b3d7df61f4a82ea 0.51 MB 957 29
360,664 360,664 0000000000000000056423c64b0e90d38d0408dc125ce6de9d7523e21b7bdb97 0.37 MB 764 29
360,663 360,663 0000000000000000131d8a45ba6b4be2eb018723de70a1aa26b1fe7d35ab1852 0.16 MB 272 26
360,662 360,662 00000000000000000b9f034a2d7cf99eabe02dbe14bd82ffda6576b1a3f33a9b 0.74 MB 915 19
360,661 360,661 00000000000000001567b3442d38e30b85ff477ac073c008b8eca73d40a862e6 0.00 MB 1 0
360,660 360,660 00000000000000000f59477517f4b33dffcfaeffc42a06a586f3b58dffd7e356 0.93 MB 2,410 36
360,659 360,659 000000000000000011413e38a5a3a87c01589aba7a919c2f8304e0e455051871 0.23 MB 413 26
360,658 360,658 000000000000000007a6f34018a3fa376c25700e99c0bf6e5c67854bcaf7d08f 0.12 MB 174 20
360,657 360,657 00000000000000000043b8524c759ac68eaf04658cdbe409251762e57bf24da3 0.00 MB 2 0
360,656 360,656 000000000000000014d0ce37f499418c7467024499ae0ab4271a73b4c2000587 0.63 MB 1,282 29
360,655 360,655 00000000000000000337754024e3e033961d18c9587a28afc5313a9b5dabd1cb 0.95 MB 2,208 42
360,654 360,654 000000000000000004def54eb4ddbdbd0312df60281da66e46992e7e163e39ec 0.00 MB 2 0
360,653 360,653 0000000000000000109ea54f56a1e51b140169439cddef0775f87c1d89baf657 0.42 MB 734 24
Previous 10 blocks ↓
Total Size: 769.01 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,621.08 GB sent, 92.89 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.