Explorer IconExplorer

Memory Pool Memory Pool Refreshing

9,482 transactions (2.57 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (6 blocks)
  • 3 sats/vbyte = (4 blocks)
  • 5 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,243 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 4,585 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,242 (883,279 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
25,963 25,963 00000000f45a6535b746fbb36657232d8ac8f2cd710655cd3a72d504c5b0cca4 0.00 MB 1 0
25,962 25,962 00000000e295d729b7caa6a7d1282b01b2e8ebb373df4cfc862cbedbfd98b91d 0.00 MB 1 0
25,961 25,961 0000000059b83c7a97ae9281d353b08fe7682fb6b9fb5827acdad0698710138b 0.00 MB 1 0
25,960 25,960 000000004817a7f33292194bdda3d5ae00040dc3916009d1d02cccb64f07efde 0.00 MB 1 0
25,959 25,959 000000004456c0e14e45027f8f3a5706703e5fdf2cfc24bd02f892588c6e6808 0.00 MB 1 0
25,958 25,958 00000000e05dbdd63b511a78f20d8df49fbb917763a6cc6e919788484da09704 0.00 MB 1 0
25,957 25,957 000000001a15df035d586bc454049c64675bc72f0ad6b631e243ad4e77eec8d8 0.00 MB 1 0
25,956 25,956 000000008257de14fdc2b698113d394530b38467d703a590e4c31970a2a5c460 0.00 MB 1 0
25,955 25,955 00000000a3eba91ebe3f8616eca53469c4cea00af11680643f9a7a999f5c0f56 0.00 MB 1 0
25,954 25,954 0000000087dfa9485b1fb962151deded546924e71ee42af051867837f9f06ad2 0.00 MB 1 0
25,953 25,953 00000000259363b36f10fb6cdd83731ff0c97216a9c10dbeed54dc2f40fc74a3 0.00 MB 1 0
25,952 25,952 00000000a6dc26a3162317b2ce858a25459c0415c861457a0f32a8ecfe3b8eb8 0.00 MB 1 0
25,951 25,951 00000000b29c8a92dfd5819c381666a237155550890f0ebe88bb4bf342bdc65a 0.00 MB 1 0
25,950 25,950 00000000d3cecbfa03684ace9efac1a4f529cc76bbb9a3b7b73cdfe75b8f0235 0.00 MB 1 0
25,949 25,949 00000000f9ddb8ac751584556fd8ecc9713937f0b6de4891ba95b32c1562e8dd 0.00 MB 1 0
25,948 25,948 0000000060a73dd85b4e64f4e9117561f63d665cb8fe72d837b63543990b3690 0.00 MB 1 0
25,947 25,947 0000000013103f6c0f6e0aa77ec0913f8a41c95cda5c5736d6e7b570aa2e84da 0.00 MB 1 0
25,946 25,946 00000000086ea9e39dc2722fdd00383435315d9de7b50a5e9315d310ea6d1edb 0.00 MB 1 0
25,945 25,945 00000000bf807bfb7258728a67887f935e626437de104604ffd123a25d3386eb 0.00 MB 1 0
25,944 25,944 00000000f2c41551eb2b9ad26c36b1d10a6e9582722d26eaf232010fb0d211e2 0.00 MB 1 0
25,943 25,943 0000000095152c2232aa77b825b8a5047e1e2180b29c2abe4e83c1c565f17c11 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.99 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,017.20 GB sent, 107.90 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.