Loading Tool

Explorer IconExplorer

Memory Pool

83,752 transactions
31.88 vMB
0.08528786 BTC
Random Selection Loading Transactions
Max Size: 193.87/200 MB

Candidate Block

Mining Attempt bf180b85ebe0507fa6dd5f0fcb787d09af5f049e531d1fe2eb2418b2cde6096d
Version 20000000
Previous Block 00000000000000000000682e38af279af4c954a439e90eb631728e9fdcb16ff7
Merkle Root ee388bb33609ed3653987556c6c50ec213a7bc07631c87e772dd2f0be5b9b439
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,303
Size: 1.00 vMB
Total Fees: 0.01583104 BTC
Feerates: 40.00 > 1.59 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,210 (322,004 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
593,206 593,206 0000000000000000000c64e01654b1f405a4ec6519b42c5102a4ed8263970dc3 1,714 1.00/1.00 vMB 59
593,205 593,205 0000000000000000000fb8fe5db0e79f43a4eb7840ff17f766854f0b310b9795 943 1.00/1.00 vMB 70
593,204 593,204 00000000000000000002b223c88a528c4b9167736cc7be9acafb00a4e9ae6c42 3,268 1.00/1.00 vMB 62
593,203 593,203 0000000000000000000f6b4e9ac397c86496795939bf1885aae6087b6aae011d 2,792 1.00/1.00 vMB 25
593,202 593,202 00000000000000000001bf4006cf7d1155d66ceb7e3126c9353a18366dc6e90d 2,922 1.00/1.00 vMB 23
593,201 593,201 0000000000000000001529a8d2f6aa0f7247354d865caf3b847a06e0a333eed0 2,295 1.00/1.00 vMB 36
593,200 593,200 000000000000000000097769eed41a0951c49c81fe5b83ffe3bc7722fcae043e 2,840 1.00/1.00 vMB 35
593,199 593,199 000000000000000000015ad41733b88c5b4a344b627fbc619e5dab8165caf28a 2,645 1.00/1.00 vMB 28
593,198 593,198 00000000000000000010fce0312bb452b6acb4846ad9fdae24905d4fc80d1c99 2,642 1.00/1.00 vMB 46
593,197 593,197 0000000000000000000fff0d878d0e48c4f1c50674362595a19700310a1d5609 2,947 1.00/1.00 vMB 27
593,196 593,196 0000000000000000000310e10be4967caccdff4b3fd8257a5e6306bb7b7689ea 2,348 1.00/1.00 vMB 19
593,195 593,195 00000000000000000012207154dbab1dce72c59f5546a7249922ad027979b44f 2,459 1.00/1.00 vMB 29
593,194 593,194 00000000000000000007aca1e85179d1351a54d2a6a3211ed6cfb144bf3221fa 3,414 1.00/1.00 vMB 26
593,193 593,193 000000000000000000187f288389fc7abf393d252dd4be28b5b5f1c467d449b5 2,452 1.00/1.00 vMB 30
593,192 593,192 00000000000000000010e1920a7da490654b3749cb74cd250c313a9ab1fc2dc5 2,785 1.00/1.00 vMB 47
593,191 593,191 0000000000000000000db31a8f1e907172154a6aa769d34603c1347179891e8a 2,870 1.00/1.00 vMB 72
593,190 593,190 00000000000000000003cd7caf154d33d63798e260a25063baa4a95c3f9c6d37 2,172 1.00/1.00 vMB 22
593,189 593,189 0000000000000000000b21ca2eb0becd46c2146633e320aa22890f224ec1300c 2,488 1.00/1.00 vMB 24
593,188 593,188 00000000000000000009e7c189c2c1525a212f218a6a55024c4b705d7fe1283e 2,995 1.00/1.00 vMB 57
593,187 593,187 00000000000000000004ad283407a4d76650ae677cca5090b78d57de0c79cab2 1,692 1.00/1.00 vMB 31
593,186 593,186 00000000000000000008d1bf2d11ed66066f5145ca5bdbc167eb9caa5b46e9a6 2,716 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.75 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: 708.85 GB
    • Received: 16.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.