Loading Tool

Explorer IconExplorer

Memory Pool

33,591 transactions
28.13 vMB
0.06355299 BTC
Random Selection Loading Transactions
Max Size: 139.38/200 MB

Candidate Block

Mining Attempt be4d0051b7b0403d66700b3515ae2b95914f1ef494edc3331082fbef1ea9a863
Version 20000000
Previous Block 000000000000000000004e4a0cd99092da9a80120adf6e0206d92201d13ffe85
Merkle Root 9c0ad82587eac055f7957bc51bbf5134d3659bb4a2dc2fa827cf75bb7d434c6a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,859
Size: 1.00 vMB
Total Fees: 0.00952897 BTC
Feerates: 73.20 > 0.95 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,521 (151,063 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
763,458 763,458 00000000000000000001fee21bccae8ff27cf595cf0189c2b97aacae6d36374d 2,002 1.00/1.00 vMB 28
763,457 763,457 00000000000000000006b77a43415999adce6d5f2ccb8c9427f4e3f79675aa6c 512 1.00/1.00 vMB 16
763,456 763,456 000000000000000000001e8a614ae9f103eb42b1718642fff545b70e92557e99 1,966 1.00/1.00 vMB 16
763,455 763,455 00000000000000000003833cd4fd4df638d4c0608373370db7208a6a6e7693eb 2,885 1.00/1.00 vMB 30
763,454 763,454 0000000000000000000586628923cff4596b2853c1d4832c719f98658145fe2d 3,054 1.00/1.00 vMB 24
763,453 763,453 000000000000000000002e8023ce753b198d9ae0d413976d9732694d5d6dcc6a 3,188 1.00/1.00 vMB 33
763,452 763,452 000000000000000000000965336afb44d587b01e2edb844a97c86e296ea14f17 3,190 1.00/1.00 vMB 42
763,451 763,451 000000000000000000027c4914acfea77110f930f4f3e9938a673a63cbf5be8d 2,855 1.00/1.00 vMB 23
763,450 763,450 0000000000000000000693732a2980b89c0ce8c2f78dc3a7343cc2572d4f0eae 3,142 1.00/1.00 vMB 31
763,449 763,449 00000000000000000004c73e2948bddc2e613365effa6b25b718595b1c4fa3f1 3,199 1.00/1.00 vMB 31
763,448 763,448 000000000000000000012518e987722c243387c2206c7bd6264483017f576a1a 3,414 1.00/1.00 vMB 34
763,447 763,447 00000000000000000006b6a1f84ef6f31ec93d99e7fa752f88a5472e029ed865 2,504 1.00/1.00 vMB 35
763,446 763,446 00000000000000000001c470d5ae1a4ddbd2543aa1b179c63bf91a89abec356e 2,993 1.00/1.00 vMB 46
763,445 763,445 0000000000000000000707c1bbbd7a7bed50d74bfdfffd8b52ad98f0e716a3cd 144 1.00/1.00 vMB 13
763,444 763,444 000000000000000000033f492e17dbd5875e51e4574d6858b84ad231a603e51c 2,216 1.00/1.00 vMB 25
763,443 763,443 00000000000000000002f3ed656cb46d2a1e57cf40303756a032bb08b46f0e9d 660 1.00/1.00 vMB 16
763,442 763,442 0000000000000000000068f11c0de198e37365986d15d46bd0b729a955864a3f 1,614 1.00/1.00 vMB 21
763,441 763,441 00000000000000000005af5e53f7b9f23b99f0e6a42668e1db86155fff180ea9 2,237 1.00/1.00 vMB 17
763,440 763,440 000000000000000000076d9bb952629d5fbe78cec455c4d21a3175f6abc8c7c2 3,046 1.00/1.00 vMB 23
763,439 763,439 00000000000000000006cb4bfeb31592a22008b55c6388c2acf2900c6b92f599 3,203 1.00/1.00 vMB 34
763,438 763,438 00000000000000000004aa2331db75a45905f07ee39bcf671c4339a33cce8da8 2,333 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 781.54 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: 615.16 GB
    • Received: 11.16 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.