Loading Tool

Explorer IconExplorer

Memory Pool

40,161 transactions
28.23 vMB
0.07827395 BTC
Random Selection Loading Transactions
Max Size: 145.20/200 MB

Candidate Block

Mining Attempt 0ecbc62b5833f57506b41d5791d9eb0876479e9c547574003b6e6a4e90b47a73
Version 20000000
Previous Block 00000000000000000001e4e6721df60f857b54ed8c81e2a7006ad767a3e13c7b
Merkle Root fcf3082ffffb7d1c39b2d9802d944531338922efdb2fc4fbf396316568cb9dcf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,243
Size: 1.00 vMB
Total Fees: 0.01882836 BTC
Feerates: 180.96 > 1.89 > 0.39 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,274 (819,748 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
94,526 94,526 00000000000476957147cf3d5e86bd3c6003587e23e3cf0c0e0c57c3a18e47d4 2 0.00/1.00 vMB 0
94,525 94,525 000000000006d25188d770a1d374b55545262408b3d20dcb4e2f299f56ac823d 1 0.00/1.00 vMB 0
94,524 94,524 0000000000000c7b2d0fec6b6d5d8960c01606ed53ae224d4717ee2ec1dfa8d3 2 0.00/1.00 vMB 0
94,523 94,523 000000000003e153fc5ff1e3702e9043e38a483959b9fa432c83b09f0623c370 2 0.00/1.00 vMB 0
94,522 94,522 000000000008d608c7f1641c1ed01b18fb20c8d97574104c14f336aeda3d8696 6 0.00/1.00 vMB 0
94,521 94,521 000000000000555ef6421d085a15bbb352149ee86db8b830263f4bee2f1ef0a3 1 0.00/1.00 vMB 0
94,520 94,520 000000000005d818a6b845331074545d947a6c266722d173bcab0aefb0652c6c 1 0.00/1.00 vMB 0
94,519 94,519 0000000000012d5433ade162d4f6f23eda952e808fca44ef48d14f4b3155ef3e 2 0.00/1.00 vMB 0
94,518 94,518 00000000000571df9335e3993542784f18678d6a026c26ba744bd374e4b0f806 2 0.00/1.00 vMB 0
94,517 94,517 000000000001df3f509dbb51a39332c276a06249944d9d04df04cc7e3926315a 1 0.00/1.00 vMB 0
94,516 94,516 0000000000003b245c418506305caaab940b732604c0e6dfb55c47ee4e8e22c7 2 0.00/1.00 vMB 0
94,515 94,515 000000000008c7285d7e17cd6168603b7eb6d16add19165c2ff4baade8bfea00 3 0.00/1.00 vMB 0
94,514 94,514 000000000000c6da34354a50b83f9645efc0dc0cd059e48254ab2eed8b7d539a 1 0.00/1.00 vMB 0
94,513 94,513 000000000006e4f5cf905cd9a9de985e9cdbca73c86425a290ce0453ccb23f4c 1 0.00/1.00 vMB 0
94,512 94,512 00000000000550f69f822a5fad32cf76fb3458388ded2da4d6c25589d46a9c29 1 0.00/1.00 vMB 0
94,511 94,511 00000000000062f1ac8c0dd2398d533ad8be77d212b7989dae0629090845e729 1 0.00/1.00 vMB 0
94,510 94,510 000000000001cb8dca0dd8304b329147fd03c6177f61c727ee2af31e7a16ad2b 3 0.00/1.00 vMB 0
94,509 94,509 000000000004dfd14365ffc9ed863c83093ab07f583ff6a7d9de3dc1a8c20b44 1 0.00/1.00 vMB 0
94,508 94,508 000000000004f4c91e827a5b39ac29eeb755c565be389af355d2db36d759213b 5 0.00/1.00 vMB 0
94,507 94,507 000000000007e0ce0242a7d8dbba4e6c8f8d547887c1cf5a696cb08536b8b4fa 1 0.00/1.00 vMB 0
94,506 94,506 00000000000139e873e1776f3b5f7a36fdeb65e5eddb56458616e49c219175db 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.08 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 578.45 GB
    • Received: 8.78 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.