Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,836 transactions (2.85 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,635 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,371 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,634 (846,464 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
64,170 64,170 000000000c682ebaa43c386370a496121c243cc7cef3e324f10ab7b35e7fe4b1 0.00 MB 2 0
64,169 64,169 0000000002e0e666b698d733548b48bbdbd6a2b1493ff7bfd54883593273ed17 0.00 MB 1 0
64,168 64,168 00000000056fdffb85c514fc78d7abe7b0d58abbd518285b0f3b777ceed83eac 0.00 MB 1 0
64,167 64,167 0000000009bf05ebf117251b7f9a443647d8b62e7d1d4381bf3d7629804f9daa 0.00 MB 1 0
64,166 64,166 0000000003ee67e8d16e15718cf4b0b9d6d8965b05231c1366ba63dc64954adb 0.00 MB 1 0
64,165 64,165 0000000002f601644ae030b6f6e80a3933e275a59769e07c0bec834502a3c293 0.00 MB 1 0
64,164 64,164 0000000006e7dfef518a14976b7753eb747614232226bc59e88d8c4af35e6ac4 0.00 MB 3 0
64,163 64,163 00000000085a08dfba389e966fd255262d21b5696162910e4090bcb6155b2e02 0.00 MB 1 0
64,162 64,162 0000000008ff230870edb280ac7e8541422940c10495b666763fa575c66cd305 0.00 MB 1 0
64,161 64,161 0000000005b2aca99fd7f90ac3fb1a2e806720e98dbfa83d4c28553cead8268c 0.00 MB 1 0
64,160 64,160 00000000056d795e2a90dfcce3f51b85420629dc8165abc4dcba3696d0849304 0.00 MB 2 0
64,159 64,159 00000000037c3cbeea0ebbb2628b7a0299ef4728423444ddafb3f20e71e64bcc 0.00 MB 1 0
64,158 64,158 0000000006daf720787ffa7f5984f4db48c446e3cf98c436574524195b959281 0.00 MB 1 0
64,157 64,157 000000000a3bcce006f8003343ced7438e280a9932ba630d04b43d246f3bd3e9 0.00 MB 1 0
64,156 64,156 0000000007052d2aca1a05ef06faed2a2df6e185df0d92226dafea48d9443e95 0.00 MB 2 0
64,155 64,155 000000000a8055381e15fb9639bbe52a94dcfdc0761ed6326f8489618a8639c0 0.00 MB 1 0
64,154 64,154 000000000d273b66c930cb7a0f3825b2233c6bb527e66a2878828275ebc2fed4 0.00 MB 2 0
64,153 64,153 000000000b53816833d0078c7adcdf9706ce1e9272ef483bdf6a8d986db85ace 0.00 MB 1 0
64,152 64,152 00000000014539c2797e816d477f4aaba2d0b549c0b3f9065d6f1e39609173d1 0.00 MB 1 0
64,151 64,151 00000000063ed0df1216b367cb8ab39209e6090d216598a7d4e875c7814ec6b7 0.00 MB 2 0
64,150 64,150 00000000030b61455e75d9a318e39f61212bdf6549ffbb6003142237e78b9918 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 774.55 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,271.65 GB sent, 121.35 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.