Loading Tool

Explorer IconExplorer

Memory Pool

76,242 transactions
29.18 vMB
0.10523342 BTC
Random Selection Loading Transactions
Max Size: 172.49/200 MB

Candidate Block

Mining Attempt 1cf0d8911b2f3388d3f16771885db0d16fb3545bfd305fc27644efdd16c465dd
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 5d4675081bfaab0447493bae429461b603b1adf7f5b877fbd43ef2421d0858f9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,385
Size: 1.00 vMB
Total Fees: 0.04246964 BTC
Feerates: 201.37 > 4.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (667,332 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
247,707 247,707 000000000000005a1f8e46c95ae9cc7d5c8f24aa8dce10e52a2ea54d307ffa9a 280 0.14/1.00 vMB 121
247,706 247,706 000000000000009a07a5054035162e0dc27b839bb377d195b6da0b11c9fa420a 187 0.07/1.00 vMB 164
247,705 247,705 000000000000002b8287a0febc5e0f0e34af8ffc53ea5d0806deb3fa91981cf2 115 0.06/1.00 vMB 124
247,704 247,704 0000000000000075cd7f8e222ef782da7839b57d175f9cbf5bce0d76281c5771 115 0.06/1.00 vMB 105
247,703 247,703 000000000000005e9a2c90c17cc585b4f26eaa26d34fdf0c509034b64f19a873 181 0.08/1.00 vMB 190
247,702 247,702 0000000000000061aec1eaf2a6909d401a0486ad984ca5ab7f74597ba95edf92 8 0.00/1.00 vMB 12
247,701 247,701 0000000000000077d49894f1904fa62eaa3b234791ee97c60cab2c359c4b77d6 226 0.10/1.00 vMB 141
247,700 247,700 000000000000006a5aa50066c94dc713740c98682d550f87d08bf0c35674731d 8 0.00/1.00 vMB 49
247,699 247,699 000000000000007d7518e13015a93c0f45d97c8fc0862aa74db4eb4e913444e6 115 0.05/1.00 vMB 142
247,698 247,698 00000000000000a2db5ce2b380c26335a6dbe3fc28f66342f97ed68678a093f7 142 0.06/1.00 vMB 158
247,697 247,697 000000000000005ff22e0fec82b946c95cf2cda2718b75a983538829f6fb82a1 4 0.00/1.00 vMB 0
247,696 247,696 0000000000000042eb7c44aa3f4a4fb6924db1f678c090c9d57bb898f80a389e 261 0.14/1.00 vMB 100
247,695 247,695 0000000000000040992f1d88eaced193631f6fc8e9ca600c364ebf454b1d89d3 19 0.01/1.00 vMB 45
247,694 247,694 000000000000004bda226ac8d87a0ba392c4875c19c3eb519fdd83597e4dfe0c 214 0.08/1.00 vMB 133
247,693 247,693 000000000000000d58b1b2cec7865dc806cf39b21a5ec872d6142de8ce3814e1 17 0.01/1.00 vMB 139
247,692 247,692 0000000000000040a94d66febbb99ef3951d79ab98bea7243344fc4a1d731fbe 119 0.05/1.00 vMB 130
247,691 247,691 0000000000000079d087b7430e6ab6c26c1d3a767ffddadb53f17b857054b3d7 11 0.00/1.00 vMB 58
247,690 247,690 0000000000000091e6377d65895e91da2b7108f51c0aeddbef527a25e8a48608 91 0.06/1.00 vMB 89
247,689 247,689 000000000000004a27751b753b954dc33a9dbb06d0eb91d2c0fde79e98f79b9f 65 0.08/1.00 vMB 76
247,688 247,688 00000000000000443f43c863086b90e377b8a9d0da582c0a3bdff03b10d8b9e3 80 0.03/1.00 vMB 166
247,687 247,687 0000000000000011a6bfa5f9645eacbc53be4b574c24d6c67dab3921caed5e92 108 0.05/1.00 vMB 132
Previous 10 blocks ↓
Total Size: 782.46 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 667.91 GB
    • Received: 15.31 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.