Loading Tool

Explorer IconExplorer

Memory Pool

79,299 transactions
29.49 vMB
0.08339697 BTC
Random Selection Loading Transactions
Max Size: 178.31/200 MB

Candidate Block

Mining Attempt 5dbe63d5ae18ec78b6526ba00b8592341db9f567f74d6acc950cd7b8b8e8b07a
Version 20000000
Previous Block 0000000000000000000134f51554c94e7c4e33ec04070a06b3ca9e0eb5c85a0c
Merkle Root 716c9cbf4d0c21cec12f061d4b59ce533a75d7a3281f7539c54498dd9b9f1c01
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,852
Size: 1.00 vMB
Total Fees: 0.02129188 BTC
Feerates: 100.11 > 2.13 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,097 (359,067 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
556,030 556,030 00000000000000000032d2426985e51054f2742327cb0b0e15358f4d0c7f9fda 8 0.00/1.00 vMB 143
556,029 556,029 000000000000000000291ebc9257c5ddc349decf9e00697a792ac8ce243fb761 1,138 0.47/1.00 vMB 12
556,028 556,028 0000000000000000000c8654f9c46e0bd8515f5081c90a2cb9c08ba58d1d7a87 433 0.18/1.00 vMB 10
556,027 556,027 0000000000000000002c422b286702680773a608fd98ec8fbd0ef833749b4d69 696 0.62/1.00 vMB 5
556,026 556,026 0000000000000000001404f961c7713cfae4193ba5e281eba85c6e47414f73df 797 0.30/1.00 vMB 11
556,025 556,025 000000000000000000279ded3646f5248db4537224832d256b9f7330c1a8ebc0 364 0.20/1.00 vMB 8
556,024 556,024 000000000000000000349a0f615f434079e36e723dfa64071205508e792de344 367 0.17/1.00 vMB 7
556,023 556,023 0000000000000000001a127b09fed11d944c085851f6da7a63e77daac31532e9 405 0.16/1.00 vMB 8
556,022 556,022 0000000000000000002fac75e8360671722bc9cc40d0efbcbe78c0e527390a62 1,274 0.53/1.00 vMB 7
556,021 556,021 0000000000000000002737e45dd420468795c74b564a5c49c36de2bc0034179a 2,326 0.98/1.00 vMB 7
556,020 556,020 0000000000000000002adfda7b80d4a6cfefe027f156e14349cc21166d7fe4e5 1,902 0.93/1.00 vMB 9
556,019 556,019 00000000000000000031727df8765d31b770757bfaa494fcc431740e4ce7d3a1 730 0.34/1.00 vMB 16
556,018 556,018 00000000000000000021ccd3f596889f868dc50dbe04a8e07e5e0d8960796bc1 388 0.16/1.00 vMB 8
556,017 556,017 00000000000000000035ac566a8d1f7fc0e0cde96c0fafacdd84a78e69d8e4a2 1,260 0.64/1.00 vMB 9
556,016 556,016 0000000000000000000dcf58ada72daa8275762e1a9a15fa7fadc3d93ddb32e9 714 0.32/1.00 vMB 12
556,015 556,015 00000000000000000002debb9694bb16082132c2c93c637a5d25d4bcadb52573 1,969 0.97/1.00 vMB 9
556,014 556,014 00000000000000000023068e6f0a957f0f6bf2b5ff0496a163245a82bce0847e 2,751 1.00/1.00 vMB 11
556,013 556,013 0000000000000000000bba1b07478c6b4ee25124c106643924f7c8bc5ec30bc5 892 0.81/1.00 vMB 3
556,012 556,012 0000000000000000000b78b50a350416c2d7ed4786ebc41af119aac9c14e602d 2,843 1.00/1.00 vMB 3
556,011 556,011 00000000000000000027f7b0ef8f9d419a90f5e053b6b38a4334eb65e322e670 2,579 1.00/1.00 vMB 9
556,010 556,010 0000000000000000002aceb8c21368df2a0e6e32696469377fdcec02549b5070 2,576 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.56 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 670.17 GB
    • Received: 15.83 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.