Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,940 transactions (1.13 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,361 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,285 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,360 (98,700 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
812,660 812,660 00000000000000000003d88320ad19711c7cbb614d3a585e45ef5e8c2daa99eb 1.63 MB 2,779 23
812,659 812,659 00000000000000000003420eb61af14fe062eec4f89e6bee5cfc16a0f5d600fc 1.90 MB 941 7
812,658 812,658 00000000000000000001f7d36d27d682fe21385752e5647f080f8d55690f9686 1.50 MB 1,217 6
812,657 812,657 0000000000000000000480ac09fbc127059f2e553f4093971a5539eb657050f0 1.66 MB 2,788 21
812,656 812,656 00000000000000000000276b513f2b62db1a8a96830f9bcd246de88322fae926 1.36 MB 1,291 10
812,655 812,655 00000000000000000003a807449ccc940392f6c057889d643376dcfe737a4c6e 1.05 MB 400 2
812,654 812,654 0000000000000000000216a846329c8fda5ec109b130a0f7da6ed6b8d22a903e 1.42 MB 1,396 9
812,653 812,653 00000000000000000000a22742aa293e2295b13dc6d7f11f468f84b72d9ca5c6 1.22 MB 934 8
812,652 812,652 000000000000000000035dde8bec40270f23d23554a30d92e88a7edb288ba768 1.53 MB 2,397 15
812,651 812,651 00000000000000000000f20d6dc0cb284b3b5089302c7339803371fb042d08fa 1.62 MB 3,125 22
812,650 812,650 00000000000000000002863dc27bf05659898e74dcb5e20167a16d71d1024612 2.62 MB 824 3
812,649 812,649 0000000000000000000360da7888095a863a06f03d1baae8d83d6646320138b6 1.73 MB 603 4
812,648 812,648 0000000000000000000431db9d1da0505395aafcd5903308e01dd2196c651a57 1.54 MB 2,918 18
812,647 812,647 000000000000000000025de6f00821f70b521a9ed09a3a8aa23696f15bd7b170 1.50 MB 1,029 7
812,646 812,646 000000000000000000003fed080513d36c1d6835b7499118071ee27d3b869774 1.87 MB 2,682 3
812,645 812,645 00000000000000000001529f8e67e537ba5b7c3681b727ee079562c707d99dcd 1.48 MB 2,463 14
812,644 812,644 0000000000000000000348e9d6bf6707b26c5b0b8a9088873d8d5f86389ccbac 1.27 MB 1,297 10
812,643 812,643 00000000000000000000e9dd35791a29aa35342b48e263a00325ad4ddba6fc78 1.60 MB 3,528 26
812,642 812,642 000000000000000000002bd2a479944c001edfe2f007c900dcaca7ef90718c49 1.49 MB 1,687 10
812,641 812,641 0000000000000000000430857f661701d9ad5573b5e2694685be0213c79f29e9 1.57 MB 2,602 15
812,640 812,640 00000000000000000002c62fb333bc0556c85b29610e428c04a5ef4f657ee548 1.56 MB 2,704 15
Previous 10 blocks ↓
Total Size: 775.91 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.50 GB sent, 128.38 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.