Loading Tool

Explorer IconExplorer

Memory Pool

54,410 transactions
32.11 vMB
0.14728115 BTC
Random Selection Loading Transactions
Max Size: 171.50/200 MB

Candidate Block

Mining Attempt a55b1ff35cbf1a30d6beed3c30a49e26c0992aa4ba2bf2d02e25c8361684f195
Version 20000000
Previous Block 00000000000000000001313720cdab0b96a52eb599aa00254522f99d726b53eb
Merkle Root 2b675fc23546d4f94b7dfe1e3c04ce57d8a0630a96986544547acdc69d3e7969
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,155
Size: 1.00 vMB
Total Fees: 0.04633464 BTC
Feerates: 104.17 > 4.64 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,821 (94,694 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
820,127 820,127 00000000000000000000163c64a57e44627a0a2f78129fdbed55413b109bbf8c 3,449 1.00/1.00 vMB 235
820,126 820,126 00000000000000000002c747041f7b233477b33a2469466fa6c9218b326e1eed 2,847 1.00/1.00 vMB 70
820,125 820,125 00000000000000000002911c0519ce5b4a56f43f22a175d13cd63be93e145f1f 3,613 1.00/1.00 vMB 108
820,124 820,124 000000000000000000015ded100b53951194ace51dd8461c3f1bcc0312b4ace7 3,297 1.00/1.00 vMB 88
820,123 820,123 0000000000000000000300b51d4c3c00cd72dd4b6e5aa4325f3bb7421a822a79 4,096 1.00/1.00 vMB 116
820,122 820,122 00000000000000000003db9a6f85ba10efb57cd0c871095ffe2f5181ab1c69ad 3,647 1.00/1.00 vMB 121
820,121 820,121 000000000000000000033990dd2164c82b65d30f79e7b6ab685774ca3c2af405 4,101 1.00/1.00 vMB 85
820,120 820,120 00000000000000000003cb8ae16e18434ada2395605d483c9c700a18655fde38 3,247 1.00/1.00 vMB 107
820,119 820,119 00000000000000000002f02a07f45c3cad2237734ce29db81b59670d0bde98a9 3,613 1.00/1.00 vMB 194
820,118 820,118 0000000000000000000049a02e0f5f81fa8bb25a7ac4d5a4fdd49b02c63f50eb 1,361 1.00/1.00 vMB 51
820,117 820,117 00000000000000000002f7a6953399c7064ef2f116e03173265cf40439e5314d 1,934 1.00/1.00 vMB 59
820,116 820,116 0000000000000000000156cef1ab4242db65d926e77adabefc71fd8b419289bd 2,576 1.00/1.00 vMB 58
820,115 820,115 00000000000000000002cf195224a77336df62a5a772811739c0cf7c7374dd2a 3,045 1.00/1.00 vMB 88
820,114 820,114 000000000000000000036cf530d7b76fcb357c88941047c1d48a54dfde4b1211 3,282 1.00/1.00 vMB 97
820,113 820,113 00000000000000000001e4501575696dccfd05a33fc4b30c928b8ed86ea1ca6e 2,989 1.00/1.00 vMB 223
820,112 820,112 000000000000000000011e82818125ba3b8128c7efc88582d7af1f90893f7470 2,789 1.00/1.00 vMB 71
820,111 820,111 00000000000000000000198dc24b92e220329ad678381c3bc5049d05af840eab 3,600 1.00/1.00 vMB 136
820,110 820,110 00000000000000000000115bb026ae4c64ac3c64c10113790e96ebf8ac5e82f5 3,531 1.00/1.00 vMB 109
820,109 820,109 00000000000000000003da5621933b8f5baa3725d5e4bbc02584f18b0aaa4796 3,050 1.00/1.00 vMB 101
820,108 820,108 00000000000000000000ba87cad58de811cd2eaf30886e02e6084a78a10ee2d1 4,228 1.00/1.00 vMB 81
820,107 820,107 000000000000000000010f79f1f8c94701626d8e7c06be583b07942a19e68fb9 3,350 1.00/1.00 vMB 172
Previous 10 blocks ↓
Total Size: 782.07 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: 651.26 GB
    • Received: 13.51 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.