Loading Tool

Explorer IconExplorer

Memory Pool

70,680 transactions
26.79 vMB
0.07451738 BTC
Random Selection Loading Transactions
Max Size: 161.11/200 MB

Candidate Block

Mining Attempt d1d17daf721e0d152fd889a8c66a32d7f122de39fd4c761d49451bd7be976bac
Version 20000000
Previous Block 000000000000000000002d34d52a3addf89bc45d6d78c163bf39016440e5bdf7
Merkle Root f04b1e75c396e4438b1ad3c29b84ca64e3bd37ab95278674f58b2d2c2f4da3b3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,578
Size: 1.00 vMB
Total Fees: 0.01722864 BTC
Feerates: 136.43 > 1.73 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,467 (114,495 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
800,972 800,972 0000000000000000000046691426814de2bfc4fbcaf80a40af44577877258717 4,265 1.00/1.00 vMB 9
800,971 800,971 0000000000000000000356ecc50808853787be4be8dde20cfd0d80412233d98f 3,045 1.00/1.00 vMB 6
800,970 800,970 00000000000000000002af3f7387e6c1354bbbcba7d0d80ba20ce626db1b18c0 5,257 1.00/1.00 vMB 9
800,969 800,969 0000000000000000000537f297d18615bdcf78c076b25eb5fdcb63cf75b24296 3,778 1.00/1.00 vMB 6
800,968 800,968 000000000000000000017fafede569dd3cd93efa8735fdacbef8e2029f54abbc 4,828 1.00/1.00 vMB 7
800,967 800,967 00000000000000000003d32dfbfefb316ebd899a049aa3117e56eeaadcc2fe2a 3,734 1.00/1.00 vMB 6
800,966 800,966 00000000000000000001c3dde0b733c34f35794c84964d253cc14431b0824501 2,629 1.00/1.00 vMB 11
800,965 800,965 00000000000000000000c3318b37ba8a99527b47381e66a491b976cd0780efd8 3,354 1.00/1.00 vMB 17
800,964 800,964 000000000000000000022eee130443b2f2597b67f512ddc431c9d4d2d4629920 1,110 1.00/1.00 vMB 7
800,963 800,963 000000000000000000055c448c584f60f4b25f5bf1ffc7259caf038c14a39e04 3,982 1.00/1.00 vMB 9
800,962 800,962 000000000000000000042f8351d4ff7b7688d8c50058f308f3b70aac1573530f 2,307 1.00/1.00 vMB 14
800,961 800,961 00000000000000000004b8185f547e984ef2187a9ced84bb6906d9c8d75b831f 3,499 1.00/1.00 vMB 9
800,960 800,960 00000000000000000002ad161e80921d2dd0b9a453d761947c21e08a175b9bb1 4,845 1.00/1.00 vMB 9
800,959 800,959 00000000000000000003a3f1172021ae67f913957b86860cdcbca9ade3f176a8 4,281 1.00/1.00 vMB 10
800,958 800,958 0000000000000000000407f045474622888f4009c33f0dd115375a8b7babd5d8 5,990 1.00/1.00 vMB 6
800,957 800,957 0000000000000000000391bfb2eaee7794403a14b2f75681ae3a632be058243a 1,583 1.00/1.00 vMB 12
800,956 800,956 0000000000000000000317b678e6154bd2d3c79885bf9132d2e3210f8fd8b47a 1,533 1.00/1.00 vMB 6
800,955 800,955 0000000000000000000157016fa5700d5a08a4263f793556def9570f58365004 593 1.00/1.00 vMB 7
800,954 800,954 0000000000000000000232f785a214d6bed3faf4bbdf88b77658f7f4c71888da 4,445 1.00/1.00 vMB 7
800,953 800,953 000000000000000000024e4c6a6892d9dd27540bd1ce81c5ed302a3e3e70cdbf 2,741 1.00/1.00 vMB 13
800,952 800,952 0000000000000000000410891d36805aab5dfeb950684d714f4b5a6e1c795251 1,297 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 783.20 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: 754.95 GB
    • Received: 18.94 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.