Memory Pool Memory Pool Refreshing

16,601 transactions
5.55 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,720 (14,978 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
892,742 892,742 00000000000000000001beea32da9778a9f45fd09988d967133d3ab537fc2e36 1.61 MB 2,836 3
892,741 892,741 000000000000000000013815790024ad7807a875cef040ff29c01fe3f4d9ebd1 0.94 MB 2,302 2
892,740 892,740 00000000000000000001782189b4d642aed38eeb06c14cd880eca2b1e0164346 1.04 MB 2,462 2
892,739 892,739 0000000000000000000125b37599b8b705caa39fa6f7161872cbfac2458a3d2b 0.53 MB 1,080 2
892,738 892,738 00000000000000000001918258494246dde9044efa7d40721de39a43c4f46e00 1.66 MB 3,457 3
892,737 892,737 00000000000000000001b38e7b73f553f1558ae4c5e89ef83bd39ad47dd77abc 1.00 MB 2,166 3
892,736 892,736 000000000000000000017851071143666e797ae1e136cfc237b6d0e8ba825507 0.38 MB 785 3
892,735 892,735 0000000000000000000201dfa6f193b6da8c022703ec778f21e94788096c5b02 1.01 MB 1,550 3
892,734 892,734 0000000000000000000176c24d37b8ac9fa86b407e10ec6cfa12aaff1bdb1e8d 0.83 MB 1,475 1
892,733 892,733 000000000000000000012ca1294ca3531d26e9685d12d92ce8c6f0e96e341df8 1.66 MB 3,321 2
892,732 892,732 00000000000000000000d18bf0958e238e9d1835d8c821894755bd9654e2f911 1.57 MB 3,207 4
892,731 892,731 00000000000000000001874c69ad40644185e6fa645cde7bd2a421b6de785ca7 1.42 MB 3,562 1
892,730 892,730 000000000000000000011c2908e5b823ce4e09576736ddabdc5c9e7b93f95d7a 1.81 MB 3,664 2
892,729 892,729 000000000000000000020cf57415a232bacf7cda21d887d5095a4e1c78c29ce0 1.46 MB 2,549 1
892,728 892,728 00000000000000000000014652801dee65d2f28912fe83e45c8eb8178dce88f3 1.65 MB 2,975 3
892,727 892,727 00000000000000000001068a3ef3400ca318ba474f020a2d9ba36ab5815cdb76 1.39 MB 2,439 5
892,726 892,726 00000000000000000001e87745f2e3199aa7095da127b728e43901a77c6f6f91 1.55 MB 3,877 6
892,725 892,725 000000000000000000002c6df9a3792137509a8bdd313c725eb73236df10260f 1.52 MB 2,947 10
892,724 892,724 000000000000000000021155f97c27c18ed2a8246320f19b36d7c8cd1cd88b67 1.87 MB 1,647 1
892,723 892,723 000000000000000000016036d7fa9fa6a6c4f9b3ac3414686a23aa065bf9b2a5 1.73 MB 3,640 3
892,722 892,722 000000000000000000022d16b15e28475cc22ccd18b740ff31baee00cc019d20 1.54 MB 3,418 4
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,624.62 GB sent, 93.00 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.