Loading Tool

Explorer IconExplorer

Memory Pool

81,568 transactions
31.16 vMB
0.11466159 BTC
Random Selection Loading Transactions
Max Size: 189.43/200 MB

Candidate Block

Mining Attempt d7024e20afabec1a432f5035fa20eeab33a7547f8c6abf480aa9315f5ea4e264
Version 20000000
Previous Block 00000000000000000000434d606c3a7811f2f11a15f2cf209ba28821c827a687
Merkle Root 875aa0c5fa2fee0077bcc0858e7eb71e514d242f29395bfda997195ec627be6e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,968
Size: 1.00 vMB
Total Fees: 0.04741281 BTC
Feerates: 261.10 > 4.75 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,195 (410,275 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
504,920 504,920 000000000000000000737115f1dfd97cbc5f62462e0102f6ff116edd3f90a65f 2,308 1.00/1.00 vMB 454
504,919 504,919 0000000000000000002d243f013d11e31edd98bcb3ed7bf6f0a43b4fc33413c9 2,642 1.00/1.00 vMB 525
504,918 504,918 00000000000000000038dfd391a4eeb32ead4915c0a050b676b215cfb8530b45 1,299 1.00/1.00 vMB 186
504,917 504,917 000000000000000000495f05566a778c3455d10ba49c842b9441c2a330612e4f 1,387 1.00/1.00 vMB 287
504,916 504,916 00000000000000000015d7f46832805b1c902b0faf33faeef182fd9ebf5276a3 2,744 1.00/1.00 vMB 489
504,915 504,915 0000000000000000003be1274dc6a9cac5b9096143a82cb85f829bac614c39b4 2,353 1.00/1.00 vMB 463
504,914 504,914 00000000000000000068617533a2ea9eec5a6c6c406405c926f3eb0f0e4076a7 2,379 1.00/1.00 vMB 428
504,913 504,913 000000000000000000490568d30856c78dee70c289a9c0aeb730ab7048ac0d79 1,202 1.00/1.00 vMB 258
504,912 504,912 0000000000000000001a31425dada5b6582aa8bfe808f9ca78d44e2e49788140 309 1.00/1.00 vMB 123
504,911 504,911 0000000000000000006b5ef7a115588d5a4ce16ac67526652e6b726af52c643c 753 1.00/1.00 vMB 208
504,910 504,910 0000000000000000005957a8a97311d523cd61bda967ee8ac80cb46f9ec5f289 2,015 1.00/1.00 vMB 397
504,909 504,909 000000000000000000608c17e693cd8bef3a6d77966a77b1d57a034dfea758d7 976 1.00/1.00 vMB 215
504,908 504,908 0000000000000000002bb990f7c5eee673073aea32e411bc7957218a88c48d43 965 1.00/1.00 vMB 145
504,907 504,907 0000000000000000001af22290e1adfdfceef39d5ff7ea78ae10686c09d16f2e 2,161 1.00/1.00 vMB 438
504,906 504,906 0000000000000000007bf8bf562e0e0b4516b3fc95588619ef6a2ea755ebb527 2,763 1.00/1.00 vMB 493
504,905 504,905 0000000000000000003d2bdb081bc821c980074c668d28f9bae450ca11300df1 2,014 1.00/1.00 vMB 386
504,904 504,904 000000000000000000591867140714bf51d39ddc4e6c87abcffdca3bb9d7b9da 1,433 1.00/1.00 vMB 221
504,903 504,903 000000000000000000586503c5cb873d6a16ce20a741b2de92c1ad68b15d34f7 1,627 1.00/1.00 vMB 443
504,902 504,902 0000000000000000006203a7fd75b22077d10883f5c4806cdcd0bf4f7c4c9886 2,713 1.00/1.00 vMB 496
504,901 504,901 00000000000000000012071689b7b287ef5e6e5e181fc8557193ab3594d32955 2,181 1.00/1.00 vMB 397
504,900 504,900 0000000000000000004dfc6779fe0abbbafa92b25a82af6a41ca92f02c3a62a2 1,306 1.00/1.00 vMB 272
Previous 10 blocks ↓
Total Size: 782.73 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: 707.65 GB
    • Received: 16.69 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.