Loading Tool

Explorer IconExplorer

Memory Pool

72,636 transactions
28.06 vMB
0.06992921 BTC
Random Selection Loading Transactions
Max Size: 166.24/200 MB

Candidate Block

Mining Attempt 114db390fd86a54a33b82bb49ccb6950a48f42571e6d112a1cd08b064e34892a
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root 5f6cca17b01abed1047cffb020d7b6fbb9691d8181a42337d04815e9a0f2e6cb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,671
Size: 1.00 vMB
Total Fees: 0.01386489 BTC
Feerates: 101.52 > 1.39 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (763,306 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
151,729 151,729 00000000000006fccb3b44bfea9563b35179ce3f937f4e20a0ec08b9138cdeab 36 0.01/1.00 vMB 116
151,728 151,728 00000000000004374182e6bf4aa0d7d8786e3d817e2363f36a8ef578b5ebb2b4 160 0.05/1.00 vMB 146
151,727 151,727 000000000000081fe19eca86d0d50452bf1d736a17f29d2943bfa621c0d8bdee 88 0.03/1.00 vMB 137
151,726 151,726 00000000000003ddcbf2f8ca37efd06cc60a73ea86992c89596af2aa6f3f2bb0 8 0.00/1.00 vMB 60
151,725 151,725 00000000000002cd4f83a09c7728a6b5cd277198fa273c162811ec42f9213e44 23 0.01/1.00 vMB 803
151,724 151,724 000000000000076e69fe37f7e47677e3e849468d2c155fbc8fcc8fcd390c826c 32 0.02/1.00 vMB 158
151,723 151,723 0000000000000d071027b8c872d8f62f75c1b1813fca182a9e574ae7758280a8 57 0.02/1.00 vMB 6
151,722 151,722 0000000000000284f01dd91321715fdd5d22a15ce12d0a10fd8a9a3904b87c6d 92 0.04/1.00 vMB 165
151,721 151,721 000000000000005e94f0a8652967ab9b8d4dedd90d821bb37024a307c8fa529f 43 0.02/1.00 vMB 2
151,720 151,720 0000000000000cea09769af641b8921827e44e3f29173d9fe44cb9583f0dba90 139 0.05/1.00 vMB 56
151,719 151,719 000000000000036e8a43473b5cae1bdfe896f8c1c3937edcb5a570d0a6e4a7fa 143 0.05/1.00 vMB 112
151,718 151,718 0000000000000244ab5794afb014e2db94c7905fad8f90f977ad00688a68d675 1 0.00/1.00 vMB 0
151,717 151,717 0000000000000d707e65c528f86b05070e685634ccc37e71281ec9be60a7d71a 1 0.00/1.00 vMB 0
151,716 151,716 00000000000007dea103ae8ffe0751bc35cb653cdd379ef671492f60c3d892fe 60 0.02/1.00 vMB 23
151,715 151,715 00000000000000d73329971334242ca6147ae9dbeedb881908d7c5d94189726c 54 0.02/1.00 vMB 197
151,714 151,714 00000000000002c1571eb5bd3d5e88873707b59411897d40d3766335367c37a2 101 0.03/1.00 vMB 45
151,713 151,713 00000000000001e066a7d91665522a2ddb40efd877e4737db8cd0e8a9205bbf3 18 0.01/1.00 vMB 232
151,712 151,712 0000000000000dc210c733a7cd1680cfe23351a1e2133a1d4d538810d8a36319 37 0.01/1.00 vMB 38
151,711 151,711 000000000000044a3d728a473a82942ee8a5a828b5a6270403257f0dca4c7ce3 80 0.03/1.00 vMB 115
151,710 151,710 00000000000005dd843a2ba331918a304e3143cbbd4ebdd87bd7fb21029e770e 12 0.00/1.00 vMB 0
151,709 151,709 000000000000021669e4085cd1ea4d3bc1423f0dc401f1e7883982350e7352e9 53 0.02/1.00 vMB 166
Previous 10 blocks ↓
Total Size: 782.45 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: 667.46 GB
    • Received: 15.25 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.