Loading Tool

Explorer IconExplorer

Memory Pool

76,907 transactions
29.78 vMB
0.10300351 BTC
Random Selection Loading Transactions
Max Size: 179.94/200 MB

Candidate Block

Mining Attempt c35ebea1248e3603cb4d915c173c9360b2c670f965d9b198e0d50701b3e30a62
Version 20000000
Previous Block 0000000000000000000067a6baa6a95faea41c82751e11dd94b2cd8d3557ef06
Merkle Root 087b2f6d9e6b4aa6cabdd2647a0a2ce0677bbb77bcdc880dd31a71b9696f66ce
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,107
Size: 1.00 vMB
Total Fees: 0.03535938 BTC
Feerates: 357.61 > 3.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,435 (430,794 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
484,641 484,641 00000000000000000075a2e4842a67781b088ce25cf9e2be4bbece749cf21ae4 1,941 0.98/1.00 vMB 16
484,640 484,640 000000000000000000119b71bb683118c1a71b8256943feb8746dd91d0ea8395 1,956 0.97/1.00 vMB 63
484,639 484,639 00000000000000000130230373ab1b88e9d64d5e1c078e82b9e4934078d5ed7f 1,991 1.00/1.00 vMB 180
484,638 484,638 000000000000000000687adcfce0287766f332a6ec2a744ada26f8038f9f9278 1,265 1.00/1.00 vMB 138
484,637 484,637 0000000000000000005d1cd0f5036b49c65a6f027cd63215a1d8cc861943ac19 2,627 1.00/1.00 vMB 245
484,636 484,636 000000000000000000c0cce6e6cce49d5733fcd1654d7ab1c190e1264ddc68b3 2,069 0.99/1.00 vMB 232
484,635 484,635 000000000000000000fb446a6c458eca487617d3cfbbaa79d34b18ce46645e8c 1,588 1.00/1.00 vMB 34
484,634 484,634 00000000000000000043c56194a7d7e19490565db900e6857ada85492228f91f 1,825 0.99/1.00 vMB 55
484,633 484,633 000000000000000000008fe29ed40b830e8644f88dc5a9f22e9edb322cd23c63 2,181 1.00/1.00 vMB 198
484,632 484,632 00000000000000000084f2431363a3793bcea2489eedaf8157b126ec996e34e3 2,266 1.00/1.00 vMB 210
484,631 484,631 000000000000000000e7ec4237663799b5c31f06619fa40ad8edcad39f5a1c8e 354 1.00/1.00 vMB 31
484,630 484,630 000000000000000000487124fc734ccc0f6f02ad1800aeb43118d0b3cfa2ffb0 1,829 1.00/1.00 vMB 130
484,629 484,629 000000000000000000fc3b4347d02a3ad8824acfdb78e8d8bb96ea8240387807 2,221 1.00/1.00 vMB 175
484,628 484,628 00000000000000000069e4548da71f8c98d109a85b3f483a504d380132be4247 333 0.85/1.00 vMB 19
484,627 484,627 0000000000000000009fda07fdbe818fc159178e355f5f9c7a15eb2ae65512c1 2,074 1.00/1.00 vMB 47
484,626 484,626 000000000000000000de95f2adfc91c744330622d84e28f2088d38a4d2a5e9c1 2,225 0.99/1.00 vMB 200
484,625 484,625 0000000000000000012f8cb8a99f71fa7f3f87414286ecfab576fe89a224be31 442 0.21/1.00 vMB 158
484,624 484,624 000000000000000000fca360b0048707d63165f4849bc09636403786e1cfe144 1,455 0.97/1.00 vMB 68
484,623 484,623 0000000000000000009db06f96fa683854aed6d644dd5c78c0cac5854c9efa71 1,724 0.82/1.00 vMB 139
484,622 484,622 000000000000000000c8603f8cfd96547a009bdb9eb95c12957ac8cf57c4f91f 580 0.28/1.00 vMB 123
484,621 484,621 000000000000000000d20f0ca84e8e2c75bff35234ed4db65f9a90c412ad7c20 1,081 0.79/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 783.15 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: 744.21 GB
    • Received: 18.71 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.