Loading Tool

Explorer IconExplorer

Memory Pool

82,977 transactions
31.17 vMB
0.08986698 BTC
Random Selection Loading Transactions
Max Size: 191.13/200 MB

Candidate Block

Mining Attempt 63c62b3abd39677de28f1fbbe008e507e27f93744c6837988034ac50e5c258b5
Version 20000000
Previous Block 00000000000000000000b7ed4bcc09a1ab3389cc1da6d37b94493a2f9a8472a1
Merkle Root 43e9effce235aba69336388e08c70fda7de1d9920d76f02dfa1746277b693348
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,440
Size: 1.00 vMB
Total Fees: 0.01958613 BTC
Feerates: 114.60 > 1.96 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,223 (283,266 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
631,957 631,957 0000000000000000000ecf3fb1fd06ffd00dbcb7e0e8053971a46cba8668d44a 1,017 1.00/1.00 vMB 16
631,956 631,956 00000000000000000002db01ceb58c5050d2fe528fdf28788f44c862a471e737 1,740 1.00/1.00 vMB 40
631,955 631,955 0000000000000000000e4027c18aa6d5802cfd3c93e0f480b56c241690d712d9 1,644 1.00/1.00 vMB 27
631,954 631,954 00000000000000000010b7abf476ed4f40f88996ee6a347da62f85403b57ac5c 2,683 1.00/1.00 vMB 50
631,953 631,953 00000000000000000000a0446dc260e6cf439546015f27c2570443d4db8f8c52 2,644 1.00/1.00 vMB 79
631,952 631,952 0000000000000000000c253b167f31e90e5d1b8bbd2f52932d2bf98a8fcfc877 849 1.00/1.00 vMB 17
631,951 631,951 00000000000000000009db63a656e9e7f62cf60b3b9787bc5c6ba4e9634c2085 586 1.00/1.00 vMB 4
631,950 631,950 000000000000000000067af76e3e524beabb9557f71413d8db9b88760e445d3b 459 1.00/1.00 vMB 12
631,949 631,949 000000000000000000062a45874421c3dcac8a25378e8a7ecd4b5987d10f7b14 706 1.00/1.00 vMB 16
631,948 631,948 0000000000000000000e6bc45abd705bc831383aea697f74528a2ca0d12c17e0 1,796 1.00/1.00 vMB 37
631,947 631,947 00000000000000000002bd16f0f43e2056744cbadcf01a6c29e8a3c945c3908c 1,347 1.00/1.00 vMB 31
631,946 631,946 00000000000000000006484c49de5683212e7cb4601f7d5b35bc1185a1c92156 305 1.00/1.00 vMB 6
631,945 631,945 000000000000000000078ae9be3809c6cd4cf7521fa22b9c3ac9eac22cb54c49 217 1.00/1.00 vMB 3
631,944 631,944 000000000000000000055f2c3833dc993a9281064637ae6b0734c6136dc9e0c2 2,148 1.00/1.00 vMB 32
631,943 631,943 0000000000000000000e7973fb139bcbcac9b5966c8d7bcf14adc8f97c1fc68f 2,072 1.00/1.00 vMB 31
631,942 631,942 00000000000000000005e9557e8eaaf7e3a435457563127760b2edfaf1e52ac3 2,450 1.00/1.00 vMB 42
631,941 631,941 000000000000000000097d46e744b2527c230f5b36f89e0e59f58d5670d2f124 2,123 1.00/1.00 vMB 62
631,940 631,940 000000000000000000038db2fd9b254540166faa1f1778adce0f50f1fc02b1d0 2,843 1.00/1.00 vMB 104
631,939 631,939 000000000000000000126dfb282903f9cd6cf39ca66892954db9361ddd513365 2,327 1.00/1.00 vMB 103
631,938 631,938 0000000000000000000754766b3c8ea6d1d02f0c08a6a0e84096e768a3392b50 1,392 1.00/1.00 vMB 23
631,937 631,937 00000000000000000001785d8523dc9b0147fd77e8648ca6cfbd9abb8ed59645 2,168 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.77 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: 709.42 GB
    • Received: 16.91 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.