Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,238 transactions (0.32 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,370 000000000000000000022b910000000000000000000000000000000000000000 0.32 vMB 1,237 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,369 (820,042 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
91,327 91,327 000000000005777f1b1fc53fc68755fb994c2d67d17d3bf9c11766f4528ef1a7 0.00 MB 1 0
91,326 91,326 00000000000cea2111e569ed5ac8bf7553240b9b7a30276568474d47f2925245 0.00 MB 1 0
91,325 91,325 000000000004c5eed9b2e8c74813971987d68f09d49c5439ce1afae3828e7d78 0.00 MB 1 0
91,324 91,324 00000000000d23142a0cf925dabc002914284039180d125939e5f2c65848b0ec 0.00 MB 1 0
91,323 91,323 0000000000090316108bd06232a804f15b242bc72ea1b831d61836bd25ecad42 0.00 MB 1 0
91,322 91,322 000000000007bdd6a3e14c231e5a912e9c549841eef6bad784c32c7a88b4868f 0.00 MB 2 0
91,321 91,321 000000000001417c592db2aa122c45268f39572729292a6522c3d581e15d24c0 0.00 MB 3 0
91,320 91,320 000000000003261db8b2e6ae1d4542e4525a3dea9bbff928e06c2955e28ff9fb 0.00 MB 1 0
91,319 91,319 00000000000c3767f4076257b97fdd13ecfaa9be50d8f548914b074cdf6255ad 0.00 MB 1 0
91,318 91,318 000000000003c72593dfc61d87c7af100b2ca5f779501e1e6346cbb738c89eb4 0.00 MB 1 0
91,317 91,317 00000000000607469e5b424e74cd77cd0d43bc96df4c2c4699627bc6773ef6b6 0.00 MB 1 0
91,316 91,316 0000000000036fe089ef71d297879d8c7eee499914490f562e6c4029a3ad55a3 0.00 MB 1 0
91,315 91,315 00000000000bbaf1b8db7c4ffbee03148192178aecbd67bf7d2d17931c2546d2 0.00 MB 2 0
91,314 91,314 000000000007508534b9a03160e7a689b8c585a7643e2f07c097bac9e1727774 0.00 MB 1 0
91,313 91,313 000000000004e42079e51376e65f4228e3917c93a0a569263e32d4796cc4f683 0.00 MB 1 0
91,312 91,312 00000000000db9994640718933a864e1641e584c85bbf815bd2610bc5503bc9d 0.00 MB 2 0
91,311 91,311 00000000000cc15d13b944a7e675be4e418bcb5785bcb2189fe6eba510449d21 0.00 MB 1 0
91,310 91,310 000000000002dc1854a18aa0a985280b6fd302bf5c73b4c42707a9aa8eb1346d 0.00 MB 3 0
91,309 91,309 00000000000ac6fff8aefcbaf518219de4d9e9b4c4691f59914575f918f92b68 0.00 MB 1 0
91,308 91,308 000000000004e472920e56b1b8161ffe2cecac2ce1f5046030093ee955b7f051 0.00 MB 4 0
91,307 91,307 00000000000d510183e1549bfc94a459a23677e7a1c2749a9ebb4f74c1c6fc00 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 775.93 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,401.84 GB sent, 128.46 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.