Loading Tool

Explorer IconExplorer

Memory Pool

49,637 transactions
29.98 vMB
0.09505580 BTC
Random Selection Loading Transactions
Max Size: 160.47/200 MB

Candidate Block

Mining Attempt e6cd154bbd534d971ba41b882dc47b9e49c4f957d93766d3f1cdeb4757b434d8
Version 20000000
Previous Block 00000000000000000001073fbbdfd9cf89877f0a8ea98729a2d0c883dbdb3937
Merkle Root 435b3a7fec4f2889262a0f692691a0c73aebaaad430cf5fa1c80bc74f135c79c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,643
Size: 1.00 vMB
Total Fees: 0.02802075 BTC
Feerates: 73.20 > 2.81 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,813 (575,822 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
338,991 338,991 00000000000000000962c19fe66af37f15243a59feeecdfe4baf9af6a604365c 708 0.46/1.00 vMB 19
338,990 338,990 00000000000000000677b2b938a3bed5d2ebe2c4cac2543bd3c2af0104069cf3 742 0.35/1.00 vMB 33
338,989 338,989 00000000000000000a2b3d5a4d3e585ffea28b534133466e6e21e3f412ce0ae4 1,156 0.55/1.00 vMB 26
338,988 338,988 00000000000000000503dc133ea50dd955802b005d6c782d3dadb49823161f5e 343 0.36/1.00 vMB 12
338,987 338,987 000000000000000004fad77e90609c8c1fa558d152a2f52424f6e9d3e66ecd89 1,444 0.75/1.00 vMB 28
338,986 338,986 0000000000000000120b045859e0cc783919f2f840b64ffa5442a1ac47a32e49 926 0.72/1.00 vMB 14
338,985 338,985 00000000000000000280e744174208083f8545edd9d431c0d3df67923b740211 267 0.13/1.00 vMB 31
338,984 338,984 00000000000000000448e37b028bc45987d1f7b93476d532ccc9520b7be7b5f6 725 0.75/1.00 vMB 20
338,983 338,983 000000000000000000a4cb77563a7c5f7b1ed9a534a45f73d5e7bec4772ede76 1,884 0.75/1.00 vMB 30
338,982 338,982 0000000000000000007a959b78c9ecda68304c79fb67c51fc121f56dbf55ffa4 1,024 0.36/1.00 vMB 60
338,981 338,981 00000000000000000e3e1110329e7b9e7f68e28b233b0650fcea90ed798cea29 1,313 1.00/1.00 vMB 19
338,980 338,980 000000000000000018150b2d18cd3f23b69f45397283a97f6d2c96fa4c3e6aee 1,983 0.75/1.00 vMB 33
338,979 338,979 00000000000000000e4fb6cfa020b29bc8682f6614bd6400885df001cf752df0 291 0.13/1.00 vMB 16
338,978 338,978 000000000000000015daa835ad97f9ce0cc6decd16af3ead6a4c6f57d89fdc99 1,024 0.63/1.00 vMB 29
338,977 338,977 000000000000000007541936142e064f61c08609c4af8f990e7ed241c06a884f 1,619 0.85/1.00 vMB 27
338,976 338,976 000000000000000018fd8204435d20cd6bab6927a6fb557eb6d195ad5429c92a 488 0.41/1.00 vMB 11
338,975 338,975 0000000000000000164dd0346cea79414eb508a06890ffc5b75405c6878566e7 1,829 0.75/1.00 vMB 30
338,974 338,974 000000000000000017f87d9d3306829d9f0193c2ca16a856ed658f9f4798af44 1,906 0.98/1.00 vMB 26
338,973 338,973 00000000000000000585e6426b595fcb1d0626f548b2f57fc61a88165c2457ef 395 0.23/1.00 vMB 23
338,972 338,972 000000000000000015108667de15a41b0f9561ffe7dc0e885ef62e7e62988859 316 0.23/1.00 vMB 18
338,971 338,971 000000000000000002ed23bca73cd31ae2b6d1e469bfd9b5a398ec89a99f7a1d 543 0.28/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.06 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: 651.09 GB
    • Received: 13.40 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.