Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,671 transactions (2.59 vMB)

Priority:

  • 1 sats/vbyte = (4 blocks)
  • 3 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
911,241 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,503 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,240 (11,330 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,910 899,910 0000000000000000000116db324da463611d4c5e2aac0099b22a1c136aafaecb 1.65 MB 4,117 3
899,909 899,909 00000000000000000000612e4be29795548f8a88d03649f4fdd2f4628ea26ba7 1.56 MB 3,929 10
899,908 899,908 000000000000000000012aac823ebf02494919ac2963c624b40fc0ba73d7a52b 1.66 MB 4,516 19
899,907 899,907 0000000000000000000135ab7fb9d45cc6bad336dbcbc64148617f0858c715e2 1.53 MB 2,788 3
899,906 899,906 000000000000000000010032a2ed05c6b9a8fdcae8b977ee904c52ba6fba0ff3 1.46 MB 2,774 3
899,905 899,905 000000000000000000010a770c219f4dff76daca87015484be154a76513f565f 1.44 MB 2,242 1
899,904 899,904 000000000000000000021f8b6610d72043ec31de50e50de0a65dc2d384d36022 1.40 MB 2,070 2
899,903 899,903 000000000000000000021427b3d17f74673c768019fb59cde4bf0967c6156cb5 1.57 MB 4,077 6
899,902 899,902 00000000000000000001f0493f1412cf0d7014d2cffed484c581017a62b539f6 0.77 MB 810 2
899,901 899,901 0000000000000000000111ac1ad87018e23e6c28d0db4f9c0d10cdaca1658f42 1.36 MB 1,968 1
899,900 899,900 00000000000000000001f7bee1bf1d0eb4d8e59a88dc9908e83e1b859ac51fa1 1.57 MB 4,089 5
899,899 899,899 000000000000000000006a36c77559fae1c5f7fa481481c99a9d47d97937b60d 0.46 MB 697 2
899,898 899,898 000000000000000000013892c70081cea886c7171839f1de0481094766bbb039 0.03 MB 61 5
899,897 899,897 000000000000000000003740363a3954352ec7d0a79016c291ee2c5b0e2d0adb 0.22 MB 271 2
899,896 899,896 00000000000000000001ed21833f62f504a628adc12e5dbeb8d0b36ef231b023 1.61 MB 2,072 1
899,895 899,895 00000000000000000001a67915eaea7e912c6eb909d7c40e3335ae74a13cdaee 1.65 MB 2,714 1
899,894 899,894 00000000000000000000cb2158d05b961f75d1e05bd5150fefe2d66ca464bfcc 1.38 MB 1,401 3
899,893 899,893 00000000000000000001cc3d211a7d9bde8135eebe525a3e488f4e2e03d6110f 1.24 MB 1,439 3
899,892 899,892 00000000000000000001694b3cb63ced88ccccab310ac7c29445661cf6dca690 1.68 MB 3,603 3
899,891 899,891 00000000000000000001b1ba2e83573d54f2ea19dfdaac59257cbb2fdd7aeac6 1.70 MB 2,851 5
899,890 899,890 000000000000000000003f2fa9d509eb35ca303fc2b1be6a2c9a9ed5abfd171a 1.62 MB 3,732 8
Previous 10 blocks ↓
Total Size: 775.69 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,382.22 GB sent, 127.32 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.