Loading Tool

Explorer IconExplorer

Memory Pool

22,104 transactions
10.21 vMB
0.02441983 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 57.32/200 MB

Candidate Block

Mining Attempt 517b5d69cc5d20633011a89cf7bf40efc0e814ae4ef843cf1b5d5ffdfe7f17aa
Version 20000000
Previous Block 000000000000000000002fd98a820e0f6d2d2618bdbefd8260deaa2417422c0b
Merkle Root cb2f045d6ba9ef31bd472b3ff2b1f0e28ebb5cbe6317095b93844bc86b307d9b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,191
Size: 0.9979315 1.00/1.00 vMB
Total Fees: 0.00792104 BTC
Feerates: 76.13 > 0.79 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,575 (761,989 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
151,586 151,586 00000000000004850ee8fbe274fc5bc02afda01d9685017012c0403e64cfd33c 13 0.01/1.00 vMB 677
151,585 151,585 0000000000000952c13ad2db90555163eedb126e8018fe6b54ecc4439dcf427c 39 0.02/1.00 vMB 291
151,584 151,584 0000000000000964bc0c28efb74cf2aef9462867bc74e99f786340e28176fa11 104 0.03/1.00 vMB 201
151,583 151,583 000000000000001d3886d739ec086fcbba0aad6c55ff3012bec068f958f7ee29 8 0.00/1.00 vMB 25
151,582 151,582 000000000000048e616efdf83722948ecd0d0d1075214fbeb8ef2fbe2904e138 15 0.01/1.00 vMB 128
151,581 151,581 0000000000000afe74d8bf67e61ac34b48bb1be45aef288b065637335a7deaac 12 0.00/1.00 vMB 89
151,580 151,580 0000000000000994b5ba513c303fc25ad00c44d6728b62c7b4038d6cd13687a0 9 0.00/1.00 vMB 408
151,579 151,579 000000000000088b149abdf2a601436897c384ad3c02edcc440a14f7da2ba896 27 0.01/1.00 vMB 62
151,578 151,578 00000000000001146d5176bd06b1b946c28cf0472357c466ece29048b1dbd6fa 8 0.00/1.00 vMB 73
151,577 151,577 000000000000079a2727f23c61df2fe551440acc64360f9424a2138219b3cb92 9 0.00/1.00 vMB 365
151,576 151,576 00000000000001651291e8333a8a6eaf2bee661fd8527e0b888cff7363de2f99 25 0.01/1.00 vMB 13
151,575 151,575 00000000000008f37df095a7dfe55e42f87be17bd8c24a2af00c4f9d07e37c6a 8 0.00/1.00 vMB 342
151,574 151,574 0000000000000144827666dce30b9b81d3d05ca67169276a7193c6e0f7aa84b4 35 0.01/1.00 vMB 417
151,573 151,573 000000000000003328d469992465c529632b8ae529d59ca624f383c3b72e0016 14 0.01/1.00 vMB 25
151,572 151,572 000000000000016501fb09be5c1969383d44819fc88e751b9f8895a2da9aac1a 30 0.01/1.00 vMB 0
151,571 151,571 0000000000000afbffc5dd9a7970959914e1ac083d1432a5b162dfb16e82ad03 9 0.00/1.00 vMB 42
151,570 151,570 0000000000000755c09a428bdbf0a56876a661bfa2c323704fdf575182e62605 30 0.01/1.00 vMB 445
151,569 151,569 00000000000001139d71e6a1e390a4f540b3cec28bc43d3e7c0f77c4180d104c 107 0.03/1.00 vMB 12
151,568 151,568 00000000000002d849e90369a9f3518a8b073824e05e50a790490ced4d8a7cce 29 0.02/1.00 vMB 186
151,567 151,567 0000000000000dcd9c8f0e31994afb0d5118a302bf497d6456dd915e56ae7fde 52 0.02/1.00 vMB 163
151,566 151,566 0000000000000663bc59959ce7c5a5ac2c9cc33b9e838c2f719558ff4822287a 106 0.05/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 779.86 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: 445.30 GB
    • Received: 2.44 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.