Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,971 transactions (2.41 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 911,240 (22,191 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
889,049 889,049 0000000000000000000254b0424bd77bdef17744386b4d52dd0f2b01d71ff3b4 1.76 MB 4,324 4
889,048 889,048 00000000000000000000da40318eee63530a16ad13619a26be2cbe02d204ce34 1.82 MB 5,118 2
889,047 889,047 00000000000000000000d6d1bec8e311e897d36d56e6c2f852b98c8148af545d 1.78 MB 5,137 3
889,046 889,046 00000000000000000000ede853ce1f4b39aa736c0c1af95a0cbbacec70dcf6f7 1.74 MB 3,750 2
889,045 889,045 00000000000000000001435a8fc789738fb7224da8320cd065ec48f59f2ab466 1.70 MB 4,278 3
889,044 889,044 000000000000000000004039c3f02fce48b5ec3631989fc47cd6caf32afda5ea 1.94 MB 5,462 4
889,043 889,043 00000000000000000000ccfe956914c0788f5ceb0556f24f372b1c33df3b1d2c 1.76 MB 3,245 3
889,042 889,042 000000000000000000011c41293cf5d8e48af62ece44e40a853afc995e13bde5 1.85 MB 5,006 4
889,041 889,041 00000000000000000001518b9896a7709564a45b6b142d399b5155c8c682573d 1.79 MB 4,242 4
889,040 889,040 00000000000000000001cf89dc9ae935e3e7b3c860dcb8a592a5e1a63db09085 1.93 MB 5,645 3
889,039 889,039 0000000000000000000119c22e1e9500c17f62b4b13ced9838e1b84ff79f6a35 1.58 MB 2,923 7
889,038 889,038 00000000000000000000e8c61e8dbac1e0d55974faf51ede313a745c45d264a8 1.80 MB 4,529 3
889,037 889,037 00000000000000000000baf9adfded27a162b2647f0ed88de2ff9a0ecb5f80ad 1.74 MB 4,462 4
889,036 889,036 00000000000000000000f0805254efde8d07adfb0b5cce0ea84d7a6071258c93 1.83 MB 4,214 4
889,035 889,035 00000000000000000000437c48c1b8f78f2d369cd897e27cb4e36338006b171d 1.51 MB 3,405 5
889,034 889,034 00000000000000000001abc50f561e30ce2a9fc4dc23a2d0d821a952b831063a 1.81 MB 4,807 4
889,033 889,033 000000000000000000003a60b1c31aa521bc220482d1267646a0675de04baebe 1.83 MB 4,977 3
889,032 889,032 00000000000000000001bf99f2eec5c22c719e02008621e9e9bd8179b2cabf5c 1.78 MB 4,581 2
889,031 889,031 00000000000000000001b7313e8bbf13d9daab67ab9aa33a07c2b71ae09d6c36 1.72 MB 4,596 3
889,030 889,030 000000000000000000024f65a34c411be5468079ca6dab34fb6959c06b45f601 1.61 MB 3,901 12
889,029 889,029 00000000000000000000202fbfa19401ab7728a555a8d29679898ff54dd50524 1.85 MB 5,240 2
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.16 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.