Loading Tool

Explorer IconExplorer

Memory Pool

82,213 transactions
30.20 vMB
0.09939126 BTC
Random Selection Loading Transactions
Max Size: 182.31/200 MB

Candidate Block

Mining Attempt 265e1f9d62700afb42efbd8f6ad2319a0d31d3573f0a1de823685c3c6c77d7ea
Version 20000000
Previous Block 000000000000000000014edc16f735012cfd6c99b298f4296e1026fc6bd193bb
Merkle Root 2d3d00b0a17dcf5cdd9095d34934374e2ea183a87c5cd26901a7227cf53afefe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,651
Size: 1.00 vMB
Total Fees: 0.03732056 BTC
Feerates: 526.32 > 3.74 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,967 (397,692 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
517,275 517,275 0000000000000000003f7ab5a804ac9ccc1f60a5af1d8b134da9d6d61341b6be 59 0.02/1.00 vMB 6
517,274 517,274 0000000000000000001d0572268c17bf1105f548730d3f595400621f0c1e33d5 365 0.15/1.00 vMB 62
517,273 517,273 0000000000000000000765e613d057c8c8e2b9aa6f869cbc7bb9c60a4fbc1a1a 2,629 0.86/1.00 vMB 20
517,272 517,272 00000000000000000001a953f199ba4667c553e3b882b855f661fba56af328ec 289 0.18/1.00 vMB 27
517,271 517,271 00000000000000000028bfec52d89afeae344f998dd6d7c4b7183976874ac7d5 1,195 0.46/1.00 vMB 32
517,270 517,270 000000000000000000173855d066a30d10598bb537df6e9f1c5c7260c3587ff6 890 0.28/1.00 vMB 19
517,269 517,269 0000000000000000001b46dade082250b26422eebfc6e1788501ff480ce2fc25 1,844 0.73/1.00 vMB 19
517,268 517,268 00000000000000000021c2176acfe5986d16bded87ab573045b100f7a6d4b9fd 2,451 1.00/1.00 vMB 33
517,267 517,267 000000000000000000314fa856af99ce96c0c4ec1f4e4beb771c601af9f5da76 681 0.51/1.00 vMB 7
517,266 517,266 00000000000000000033de501a059f330025209f3eb66a9cdc571a381e0d610e 2,583 1.00/1.00 vMB 24
517,265 517,265 000000000000000000321a11bdc3709759e81559031f3b4011a8d6bc8aca3bb0 242 0.08/1.00 vMB 68
517,264 517,264 0000000000000000002dad3364d69aed7c3582e3d28fd76ac11c18fa7aec023a 943 0.42/1.00 vMB 42
517,263 517,263 0000000000000000001820d3eee55ffa57c123bda288d786d22a6b0a2cfe5a33 1,039 0.36/1.00 vMB 31
517,262 517,262 0000000000000000001fefb2c30c4960dc4f09f6807b2fe9f2a738b5918613c1 852 0.32/1.00 vMB 25
517,261 517,261 0000000000000000002887398a24b91f41d77570a9cb7bf49d885e609a55bce8 218 0.08/1.00 vMB 43
517,260 517,260 0000000000000000003f1b518e5c9f1d662c5562f4f1e23c8806099852e40ed7 858 0.34/1.00 vMB 25
517,259 517,259 0000000000000000001e00ceb49c819ce4b7d2ff4097345c83146bc81a5466c7 1,013 0.36/1.00 vMB 26
517,258 517,258 00000000000000000038f324c04b678c85b5ee25ca8b36d8eef313e7e733293f 1,673 0.62/1.00 vMB 33
517,257 517,257 000000000000000000428a173468966d068f08f63f11c2d8db47d95ab861a32a 2,384 0.91/1.00 vMB 29
517,256 517,256 0000000000000000003b3bab092183a0fe6c33b6656f360c4118564478126a5b 50 0.01/1.00 vMB 25
517,255 517,255 00000000000000000004b9e238f822a7bdf4104ffcc8ef44c22bef468a47facd 1,115 0.53/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.33 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: 660.41 GB
    • Received: 14.73 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.