Loading Tool

Explorer IconExplorer

Memory Pool

78,482 transactions
29.65 vMB
0.11524808 BTC
Random Selection Loading Transactions
Max Size: 178.28/200 MB

Candidate Block

Mining Attempt 20a59f75e91af79aa6b43f007d729af6569ac5174a0dfc4c0026aa4fd80a97f3
Version 20000000
Previous Block 00000000000000000001cb1113c5ea661c59a8a02a5c9ba097352d884515177e
Merkle Root 7b70ac3d65b9abb70a6cb60942e620f3fd6f98a9836cf016f2fd998d976f8beb
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,785
Size: 1.00 vMB
Total Fees: 0.03525080 BTC
Feerates: 526.32 > 3.53 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,271 (384,071 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
531,200 531,200 0000000000000000000ba0e85b1055287398d4a30cc700c41cdb95aa71dda068 910 1.00/1.00 vMB 18
531,199 531,199 00000000000000000001fb22a45e80079be2cb77be0689725e501a45c17b6cc4 2,512 1.00/1.00 vMB 22
531,198 531,198 0000000000000000001c35686e58aa69e26a060ca6b44db234fbad7eedd24e44 406 1.00/1.00 vMB 3
531,197 531,197 0000000000000000002761798910ee83643bbffef02ca4204ff6603c4ad81216 1,089 1.00/1.00 vMB 15
531,196 531,196 00000000000000000023f4c4e75a517cbba0c7532499e19326a11084a6e9bd4b 1,351 1.00/1.00 vMB 17
531,195 531,195 00000000000000000013d0a2129e653cde9219885d9ec9a4c252ee84ee531053 635 1.00/1.00 vMB 7
531,194 531,194 0000000000000000000279951f83b457e4022fee99c274c372f32f3a38c18aa7 1,109 1.00/1.00 vMB 12
531,193 531,193 000000000000000000271f53e7f5441a2fc9008281be9ff5360a5dcd08493727 2,193 1.00/1.00 vMB 11
531,192 531,192 0000000000000000001d085011af9098be26a2ee0af25a75ae2df812e22ebeae 2,243 1.00/1.00 vMB 6
531,191 531,191 0000000000000000002dd4bb7b60cbdacb34c36336662f28e922bbd77e4d7a4a 2,473 1.00/1.00 vMB 6
531,190 531,190 0000000000000000001a78b2dca47207c1973a3419af788d7a08d142ce0ace95 2,495 1.00/1.00 vMB 20
531,189 531,189 00000000000000000015418581b5e001c49af7bb8e1b12ba42c43b65f43894ca 2,706 1.00/1.00 vMB 54
531,188 531,188 000000000000000000263171bf808ad8f64a4d9d456e0528018ece69d05dc011 2,656 1.00/1.00 vMB 20
531,187 531,187 0000000000000000000cbfbccab6e372a2a12416c0b998a9490b3f10753175d7 1,701 1.00/1.00 vMB 18
531,186 531,186 00000000000000000001245775ec0582b694910075fee25d1c8de3dc0ef3a2f8 1,717 1.00/1.00 vMB 25
531,185 531,185 00000000000000000012a35ab5cf0e00a1e0372c4f3863523948c0e00c2291b6 1,146 1.00/1.00 vMB 48
531,184 531,184 0000000000000000002bf5d2ba731c90f3a1d20d96d0b960168582c7c51da695 1,259 0.99/1.00 vMB 95
531,183 531,183 000000000000000000330167bba3c1b85bcdbc3c316a29a065e1c3300ed9bcb5 842 1.00/1.00 vMB 9
531,182 531,182 0000000000000000000abd45189932f9c4e62764c4aee2aaffe32b931c537257 1,670 1.00/1.00 vMB 7
531,181 531,181 0000000000000000000634f29add5f6f6f87bd5635e3c344d2994179d51425de 2,183 0.97/1.00 vMB 12
531,180 531,180 00000000000000000005918c6ea64d46cfb191d49e3f8fc8ed7b1e62c10901d2 2,536 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.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: 712.97 GB
    • Received: 17.26 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.