Loading Tool

Explorer IconExplorer

Memory Pool

74,540 transactions
29.07 vMB
0.07674956 BTC
Random Selection Loading Transactions
Max Size: 175.95/200 MB

Candidate Block

Mining Attempt 1dd4b9a925d78c4d9c42c864935f0e352b8da518dfaff527932a46e5ba53052a
Version 20000000
Previous Block 00000000000000000001de95a124532fb5b79f73499f42c91953c61275ccc598
Merkle Root b038b72f03b29cdb8a4fa48ea52d7e203ac54da1f3523ed3b2e34da59fd151ad
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,737
Size: 1.00 vMB
Total Fees: 0.01194186 BTC
Feerates: 73.20 > 1.20 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,429 (26,379 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
889,050 889,050 0000000000000000000076e4035f4e104c77d276f3bad0f17ca8f22786f1f5a5 3,946 1.00/1.00 vMB 8
889,049 889,049 0000000000000000000254b0424bd77bdef17744386b4d52dd0f2b01d71ff3b4 4,324 1.00/1.00 vMB 4
889,048 889,048 00000000000000000000da40318eee63530a16ad13619a26be2cbe02d204ce34 5,118 1.00/1.00 vMB 2
889,047 889,047 00000000000000000000d6d1bec8e311e897d36d56e6c2f852b98c8148af545d 5,137 1.00/1.00 vMB 3
889,046 889,046 00000000000000000000ede853ce1f4b39aa736c0c1af95a0cbbacec70dcf6f7 3,750 1.00/1.00 vMB 2
889,045 889,045 00000000000000000001435a8fc789738fb7224da8320cd065ec48f59f2ab466 4,278 1.00/1.00 vMB 3
889,044 889,044 000000000000000000004039c3f02fce48b5ec3631989fc47cd6caf32afda5ea 5,462 1.00/1.00 vMB 4
889,043 889,043 00000000000000000000ccfe956914c0788f5ceb0556f24f372b1c33df3b1d2c 3,245 1.00/1.00 vMB 3
889,042 889,042 000000000000000000011c41293cf5d8e48af62ece44e40a853afc995e13bde5 5,006 1.00/1.00 vMB 4
889,041 889,041 00000000000000000001518b9896a7709564a45b6b142d399b5155c8c682573d 4,242 1.00/1.00 vMB 4
889,040 889,040 00000000000000000001cf89dc9ae935e3e7b3c860dcb8a592a5e1a63db09085 5,645 1.00/1.00 vMB 3
889,039 889,039 0000000000000000000119c22e1e9500c17f62b4b13ced9838e1b84ff79f6a35 2,923 1.00/1.00 vMB 7
889,038 889,038 00000000000000000000e8c61e8dbac1e0d55974faf51ede313a745c45d264a8 4,529 1.00/1.00 vMB 3
889,037 889,037 00000000000000000000baf9adfded27a162b2647f0ed88de2ff9a0ecb5f80ad 4,462 1.00/1.00 vMB 4
889,036 889,036 00000000000000000000f0805254efde8d07adfb0b5cce0ea84d7a6071258c93 4,214 1.00/1.00 vMB 4
889,035 889,035 00000000000000000000437c48c1b8f78f2d369cd897e27cb4e36338006b171d 3,405 1.00/1.00 vMB 5
889,034 889,034 00000000000000000001abc50f561e30ce2a9fc4dc23a2d0d821a952b831063a 4,807 1.00/1.00 vMB 4
889,033 889,033 000000000000000000003a60b1c31aa521bc220482d1267646a0675de04baebe 4,977 1.00/1.00 vMB 3
889,032 889,032 00000000000000000001bf99f2eec5c22c719e02008621e9e9bd8179b2cabf5c 4,581 1.00/1.00 vMB 2
889,031 889,031 00000000000000000001b7313e8bbf13d9daab67ab9aa33a07c2b71ae09d6c36 4,596 1.00/1.00 vMB 3
889,030 889,030 000000000000000000024f65a34c411be5468079ca6dab34fb6959c06b45f601 3,901 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 783.13 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 741.95 GB
    • Received: 18.64 GB
  • Uptime:

Notes

  • 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.