Memory Pool Memory Pool Refreshing

5,163 transactions
2.38 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,792 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (22,723 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
885,013 885,013 0000000000000000000100fcbf4594c4edff9944affb873633fdc3e43c0b5253 1.66 MB 4,285 15
885,012 885,012 00000000000000000000dccca1290c2b7073ca6b9ccd147da9354c5679598201 1.79 MB 4,967 13
885,011 885,011 000000000000000000017d317ece19b5213b68a3a2fe22de9572719f36e62953 1.74 MB 4,333 13
885,010 885,010 00000000000000000001c43389c858ee4371b00867db96553e620c008356e871 1.73 MB 4,826 14
885,009 885,009 000000000000000000002eacb5f60764872962f3ff4b10d111dcdc77d34fb6b8 1.89 MB 5,388 13
885,008 885,008 00000000000000000000d3f11280a3f978ad0896f5264c11208dbb1a39f74ad8 1.81 MB 5,318 14
885,007 885,007 000000000000000000007f280b7f94940eb6f262ad9df8bdaceb39c9883ab518 1.87 MB 4,916 13
885,006 885,006 00000000000000000001354c083f74270457a73889e1f5ad4d5ce11db39162d9 1.69 MB 4,905 16
885,005 885,005 00000000000000000001766fb8f3d2abd3360372d533e89626ac6d99c7eba431 1.68 MB 4,679 15
885,004 885,004 000000000000000000006d591ccbf5fbe68c27f1d9bd4df2640e3486e2b1e858 1.83 MB 5,107 14
885,003 885,003 00000000000000000001797ff09eda519232c28af71d8df23001d204c20fbfd4 1.76 MB 4,327 14
885,002 885,002 00000000000000000002373119b4e0ee08029b7c6fdb1f2d50848c29d895d21e 1.74 MB 4,657 15
885,001 885,001 0000000000000000000274b7f4df15740aac6776d26a6f039936c0c07031af73 1.76 MB 4,897 15
885,000 885,000 0000000000000000000225aaafa21decf100f8ac065a2a75003d7f2b78d2791b 1.84 MB 5,301 14
884,999 884,999 0000000000000000000063b802492e4b3427c5a9e20ecf250a8c176c3d350e1d 1.54 MB 4,177 18
884,998 884,998 000000000000000000021b49a9fcf148cdb1ad725ee9932159ad0b37388791f7 1.73 MB 4,653 14
884,997 884,997 0000000000000000000257435d0a247d87455f533bda43c29c84ed6e5cebd8c2 1.91 MB 5,880 14
884,996 884,996 00000000000000000001dfb0453473429bef7fc9aa023a4d2d19860cf80e5b01 1.64 MB 4,574 16
884,995 884,995 0000000000000000000106334c77df4773a91787900cd7e7838ff63a50b89b89 1.60 MB 4,281 17
884,994 884,994 0000000000000000000067d325d8b7e0d90152501a8aae141bfd0d46b0cc5555 1.77 MB 5,220 15
884,993 884,993 00000000000000000001ae1d385b3ada8424e4745f96aafdb0cbe51fc20e7106 1.65 MB 4,614 16
Previous 10 blocks ↓
Total Size: 769.05 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,627.54 GB sent, 93.13 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.