Loading Tool

Explorer IconExplorer

Memory Pool

78,061 transactions
28.98 vMB
0.07327883 BTC
Random Selection Loading Transactions
Max Size: 175.78/200 MB

Candidate Block

Mining Attempt 5cc890dde48887457c90d2d2132c8b6e66fa6fc86b58accc7c6dc7e118a68e52
Version 20000000
Previous Block 0000000000000000000047dfc430ec3ea755e869eaa3ed01b8a4b83beba66d58
Merkle Root 06a358e581728810da9e035f96266265d461aa9294bdf4eae3c6f41be67a38e2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,354
Size: 1.00 vMB
Total Fees: 0.01276550 BTC
Feerates: 75.92 > 1.28 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,102 (120,836 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
794,266 794,266 0000000000000000000464029f4b426672fcc657dd16a9760c5a27b5d6bfa5e3 2,345 1.00/1.00 vMB 19
794,265 794,265 000000000000000000017356f84a9971f89e2fd62c9b2cb2020da0e9acd02a6a 3,211 1.00/1.00 vMB 31
794,264 794,264 0000000000000000000366aed4aa75e788856c0e2ca38f390fafeb6a9027fead 3,247 1.00/1.00 vMB 30
794,263 794,263 000000000000000000001709d9a1e8462af697eada1498eb9e2aa1b63f969d61 3,493 1.00/1.00 vMB 41
794,262 794,262 00000000000000000000ced64c75a8507dbf6e4d55f55af3d77e460ce3655bc4 1,674 1.00/1.00 vMB 15
794,261 794,261 00000000000000000003fc80b75de5c02a5ced461af0d377e5fd43cb8299f572 1,123 1.00/1.00 vMB 17
794,260 794,260 00000000000000000003dbae28aa3e0e3ab24a75d3c18502e6438c142302e933 1,034 1.00/1.00 vMB 26
794,259 794,259 0000000000000000000197cc4cdff69104dae564ead3c33f9ae5053ef86890e9 1,756 1.00/1.00 vMB 24
794,258 794,258 0000000000000000000293f1a435520cf2c42e8fe3aa6cde50fa7c605f1d94a4 1,279 1.00/1.00 vMB 11
794,257 794,257 000000000000000000001fd2c20517dd9decd245d82520aa8896e2eacd938d74 1,800 1.00/1.00 vMB 13
794,256 794,256 00000000000000000001aaef0705b4fad603452c42f8df18f6cc5d74704a334b 3,093 1.00/1.00 vMB 28
794,255 794,255 000000000000000000012020decc354f8d4fb961e3ccce03f9d7e878a09e71a6 2,809 1.00/1.00 vMB 30
794,254 794,254 000000000000000000040a00adf152acf4f8fc7ad0c35309114bbd4f09387722 3,808 1.00/1.00 vMB 34
794,253 794,253 00000000000000000004e30891bc55a37b298c723f7a2bd917fe2824843f5ab9 2,673 1.00/1.00 vMB 55
794,252 794,252 0000000000000000000450edc61d7d58fad1a67b9ed97f09f777af5028f1dfdc 5,288 1.00/1.00 vMB 15
794,251 794,251 00000000000000000004429d7c710c1e54a84c68fbf9320433808004912d0809 5,050 1.00/1.00 vMB 10
794,250 794,250 00000000000000000001518aae27e1adfe30373b75b10ff4237b743ff6143850 1,781 1.00/1.00 vMB 18
794,249 794,249 00000000000000000000affeb00e86634f0f538b0994578f07a5f1e5b299f8bb 1,484 1.00/1.00 vMB 28
794,248 794,248 00000000000000000004e3288bf843837d71fa00a412b5f2182bec9981d2f04d 3,632 1.00/1.00 vMB 15
794,247 794,247 000000000000000000048a819c0964bfb5ca82ca415ea6142136e40854c81651 6,142 1.00/1.00 vMB 10
794,246 794,246 00000000000000000004e492b9bab6469d08f42930ec5df3468c02dd617eb7f3 3,795 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.57 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: 671.05 GB
    • Received: 15.85 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.