Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,424 transactions (2.81 vMB)

Priority:

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

Blockchain Blockchain Refreshing

Tip: 911,297 (22,261 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
889,028 889,028 000000000000000000002346074b08736a1fd98c2cbf3f87a13248f07920bad9 1.55 MB 3,326 5
889,027 889,027 000000000000000000020a5b9df877e1e6fb936d292c28fdab927907bd468339 1.78 MB 4,663 2
889,026 889,026 0000000000000000000049f60e06327433b32817bf060cc7e8cadfbbc55a1808 1.81 MB 4,862 3
889,025 889,025 00000000000000000000a52e8101bee70e558c958460e58f5c337ab0b390bbdf 1.76 MB 4,681 2
889,024 889,024 00000000000000000000aac6b739079c3f50413faacbdc287d0096047ef46e73 1.85 MB 4,967 3
889,023 889,023 0000000000000000000058282106b7da9503b8e46494abaa93cb947e72f237d6 1.67 MB 4,238 5
889,022 889,022 000000000000000000024ce2bea5149dbd074e9b345638b1225461bda51f75ac 1.74 MB 4,387 3
889,021 889,021 00000000000000000000ac60f980411eb7f079ccb997918485a225cfd4f87f31 1.72 MB 3,735 5
889,020 889,020 00000000000000000000076fa7652372d1c7f1ee66cac4f1de428ea79476e8df 1.71 MB 4,244 2
889,019 889,019 000000000000000000009e4065018e5486bc9a888632e712579de6e03b5c2d8d 2.04 MB 5,807 1
889,018 889,018 00000000000000000001236facd3c107693182c10ff7fc3025d76d0ef85e2ff9 1.41 MB 2,644 3
889,017 889,017 00000000000000000000fac509106c66b38c5695b4bc6f02090e63fdee821ffd 1.69 MB 4,173 1
889,016 889,016 0000000000000000000268ff68c4a13f29d76325db71f01f0a9602a6a05ecccb 1.50 MB 2,559 4
Previous 10 blocks ↓
Total Size: 775.79 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,398.66 GB sent, 127.83 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.