Memory Pool Memory Pool Refreshing

2,754 transactions (1.06 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,775 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,486 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,774 (838,795 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
69,979 69,979 00000000014be98f144e2712658b3ea566a2520c8f505f6acebf5c16748b7fb4 0.00 MB 1 0
69,978 69,978 0000000000cc1069f95eb5573265cd5f1da041181ab3eeb435a011218d75210e 0.00 MB 2 0
69,977 69,977 0000000000e670b16dcfb2f286d402c79595b243edf514faba31f68fc0f8e437 0.00 MB 1 0
69,976 69,976 0000000000295917ed22493f3cfd07cc4acc6b65d127f4eab70a40eda2935601 0.00 MB 3 0
69,975 69,975 0000000000f9d802e5c8f6eaee0d52cac8183ea844942c722c2cbe6c7ce6aa72 0.00 MB 2 0
69,974 69,974 0000000001131c671e3625b5174cdc90ea4aedc44cc0e4a3baf9e93cc4c2a254 0.00 MB 2 0
69,973 69,973 00000000003d60102db746c9d9b38b19192bbf1781bd013fc9d0a468036928f7 0.00 MB 1 0
69,972 69,972 0000000000b1603c4336d604032b9491057ba9e4c57161998888bd79c7f537b9 0.00 MB 3 0
69,971 69,971 00000000001b81258a32a17fa2e4b6bbbf43a75b21e3b7bcb54959870a642b7b 0.00 MB 3 0
69,970 69,970 000000000136815d6e854a8b9bbe6bb3fd51094c8649bb83987b2d480e6090ff 0.01 MB 2 0
69,969 69,969 0000000000e70ddda441092aa2b9f9ead00553565706ce3da418218a50b8318e 0.00 MB 2 0
69,968 69,968 0000000000a8cd8177f5aaa5b553d41c54436f6c7cd41bc504b211298a6b2be6 0.00 MB 4 0
69,967 69,967 00000000014cb21e6d3abba46579e32d71514dd21fbcc3fdfbd435b0a2b637e1 0.00 MB 2 0
69,966 69,966 00000000006294d76cb1795737aa161b440f7abb67e33f5c42e68b798a09770c 0.00 MB 1 0
69,965 69,965 0000000000c4166541fbb65b1c67297011def8272f68ac7f6b4bfdc3c6883599 0.00 MB 3 0
69,964 69,964 00000000011d2eaf6948a52df0d0ddb8c3495511d2370ef14a5368c96b2772ef 0.00 MB 3 0
69,963 69,963 00000000012ee098b0f9bb252fa14ae3ff4045b38069162db946d8aec86e1a68 0.00 MB 3 0
69,962 69,962 000000000089477b782983ff3e47a40500efa4fa99fad6a8e1ea03353ea01e60 0.00 MB 1 0
69,961 69,961 0000000000a4b921aa67e8d2ee4d6bac9aa874eea5f6b1e851798d38d3749448 0.00 MB 3 0
69,960 69,960 0000000000bb0ef921fa2b35e3ed76ed2581aa68bae913f0a393da31a91559f2 0.00 MB 1 0
69,959 69,959 00000000006ae034e0845f73d4cbe661cb05ec45f357bcac2162812554580667 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.14 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,856.75 GB sent, 102.69 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.