Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

185 transactions (0.04 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,542 000000000000000000022b910000000000000000000000000000000000000000 0.03 vMB 172 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,541 (60,769 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
850,772 850,772 0000000000000000000244ce77693ab07ba0a18b262856651ba10224db9c8e55 1.66 MB 4,724 9
850,771 850,771 0000000000000000000304f0e6125df810824f27d7f367dca49ed7aa6a8df93a 1.09 MB 397 6
850,770 850,770 00000000000000000001feee81f96c85f88652501db7425fb82118aa4e0d9d9b 1.54 MB 6,050 6
850,769 850,769 00000000000000000003876feb581601ee9e3017a1ae70ab6e7960a44fc82020 1.68 MB 7,014 6
850,768 850,768 000000000000000000000c8c4565a2436d4dbfc458bc1d67f83d6bbfe2b92518 1.73 MB 5,314 7
850,767 850,767 0000000000000000000023fe940cde841b056439e877c7f5195751e3d1e8885b 1.68 MB 3,101 11
850,766 850,766 0000000000000000000140f0cffa7a7bccf4120729eb4242dca7788657ed1b0a 1.82 MB 4,631 7
850,765 850,765 00000000000000000003020682fcb9456b02c9a79463e8bc8c6a4bc15ec678f1 1.87 MB 2,757 10
850,764 850,764 0000000000000000000383656f5ac3edac34550aa70dd826b1e371690d6b4fdc 1.70 MB 2,986 11
850,763 850,763 0000000000000000000211584b494c088247c692d98c35f4a4895e2c14189050 1.47 MB 2,409 12
850,762 850,762 0000000000000000000149653ec8d958d9038b4e21cfc73a61046f895ce157f7 1.57 MB 2,628 20
850,761 850,761 0000000000000000000290503cb2f46bd5483ca7c9f2cc5031556846cb9ed9b1 1.53 MB 6,612 7
850,760 850,760 000000000000000000021a18be0d6ab8fa29e389c5102a4a96bfdaafb9120f4d 1.65 MB 4,670 8
850,759 850,759 00000000000000000002b4bebd612ce3ec7f83c1500faff70b381c0259910aaf 1.52 MB 2,275 15
850,758 850,758 00000000000000000000a8e2c7fcd3b21caa2da453d956f86ec1e77ff39fd0b8 1.55 MB 6,212 6
850,757 850,757 00000000000000000002e7a867b1e0bf5169f623b0c5da855a34156907f366cf 1.67 MB 4,563 9
850,756 850,756 00000000000000000000c52fec23e9824c4b99fc47c803065583d518ff0de94a 1.65 MB 5,641 8
850,755 850,755 00000000000000000001237338d1bafe37b391debf408e0ef5aaedaee0c4e1ad 1.53 MB 7,624 6
850,754 850,754 00000000000000000002ba17936b87a4561dc289c3b840bb69c277d46a30af42 1.62 MB 5,327 8
850,753 850,753 00000000000000000000b9a3c7ccdfc90074189beb5cc7081e77a5b5d03487fd 1.56 MB 1,815 11
850,752 850,752 0000000000000000000144e2d9d01feafa3e2518a2a2a509cd86673e21c9ba60 1.65 MB 2,871 12
Previous 10 blocks ↓
Total Size: 776.24 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: 2,413.74 GB sent, 129.85 GB received

Notes

  • This page updates every 5 seconds.
  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.