Memory Pool Memory Pool Refreshing

6,308 transactions
3.67 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,991 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (577,988 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
329,739 329,739 000000000000000011ec5bfa30ce9905394f87790709a8aa1f0684ed04efd421 0.75 MB 1,599 35
329,738 329,738 00000000000000000957407d9220360a599a1c53b9dd89624b16d2a2570751f3 0.35 MB 575 27
329,737 329,737 0000000000000000142ea46bc47dda3dbd8366ae7fa48da4b746e871725f2128 0.75 MB 855 18
329,736 329,736 000000000000000006a4e07eed4a16b8714416b00425d5c1f631d19bfc3de3de 0.50 MB 1,288 38
329,735 329,735 000000000000000013536064d3cf8c64f01cfa939faabea7f2fb3b20ba0bab6a 0.16 MB 512 62
329,734 329,734 000000000000000006c39b28fcbe84c2d9dc5d04cca8ddffc3a324167c1bda25 0.46 MB 789 26
329,733 329,733 00000000000000000c864cd5f9ffbee42c8244f48a91c4071f9dfe2aed3ee440 0.75 MB 1,513 30
329,732 329,732 000000000000000004858aad5ef15947e6116cf6a4cd1658ddf3829145a06eba 0.62 MB 851 20
329,731 329,731 00000000000000000d2aac3a41cacfd78bd1dcab6b204b61c17ee21875ad5bee 0.17 MB 512 51
329,730 329,730 00000000000000001724b88519791fabd7a2a7566f9e16d15df81efffec30df8 0.59 MB 1,012 24
329,729 329,729 0000000000000000020db8ae695ec410c6b4ff1dc7bc08fa54bfd7a11dfb638e 0.04 MB 64 44
329,728 329,728 00000000000000000f6225219b5537c394920378858c22dafb76b8f1bc03f7d0 0.12 MB 162 16
329,727 329,727 00000000000000000ffed06ee90a3d58f1d9703b13ff7488ddc873158485f7d6 0.11 MB 196 27
329,726 329,726 00000000000000000b55c0f90c88e2d34530a37b175d8c2239002fb4f2193466 0.19 MB 266 23
329,725 329,725 0000000000000000096a02d700a3ecac44068b8dcd443b3177d40f4a1c6fba2f 0.75 MB 1,345 26
329,724 329,724 000000000000000016332417a3188fd1dca66e160026517c60881871680e617c 0.53 MB 862 26
329,723 329,723 00000000000000000f0473a48ca2703ba6fbba21343858ee4e1a6e0aac74b9f9 0.61 MB 560 17
329,722 329,722 00000000000000000bf7381e4022c693a89e9f34e591a870a50ebea69bf27c1a 0.50 MB 1,191 35
329,721 329,721 00000000000000000457194affd8bfaa857aa53ab62079476adccad98baa76d7 0.41 MB 483 29
329,720 329,720 00000000000000000297e47e1a0e47be89bd85328e707087d3b3c3da59f8cb49 0.75 MB 449 13
329,719 329,719 0000000000000000178f01a866eb663949ec472584197dffb01d691e48beb786 0.84 MB 2,209 46
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,625.87 GB sent, 93.05 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.