Loading Tool

Explorer IconExplorer

Memory Pool

86,126 transactions
31.51 vMB
0.08170239 BTC
Random Selection Loading Transactions
Max Size: 193.82/200 MB

Candidate Block

Mining Attempt 96d28c584502b5c912ab979af12299abddb0557ebdfc1b0d223f2768a9fbf156
Version 20000000
Previous Block 00000000000000000001a8198c32d51bdc65ee551e9c5da92a193e87af3d7ab6
Merkle Root 5824552f48cc6b1c9ff9d3ce3c8854e57f1d8e1f49e44cedb23ceaeaa2cf9709
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,860
Size: 1.00 vMB
Total Fees: 0.01011452 BTC
Feerates: 60.10 > 1.01 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,343 (429,250 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
486,093 486,093 0000000000000000004639d35a4061d5171f970b2d0d3c95f483b610a477eac1 1,666 1.00/1.00 vMB 155
486,092 486,092 000000000000000000110095f54a83e7b7fcd9f0a9f2e6252b006502ee693cd2 1 0.00/1.00 vMB 0
486,091 486,091 00000000000000000096a0cd4b2201f48c6ff139a1cbceae5696855e9f92e739 2,361 1.00/1.00 vMB 161
486,090 486,090 0000000000000000007195e34c943eb92d224423f66cbb280374c990d0f4c5b3 1,502 1.00/1.00 vMB 72
486,089 486,089 000000000000000000fdabfc7784a62d5bb90a0100d321b00064127abcc61a44 995 1.00/1.00 vMB 49
486,088 486,088 0000000000000000009f67033681c8f1c9103175c0beecca66ce87b951b70eac 953 1.00/1.00 vMB 50
486,087 486,087 0000000000000000004ed9bd75b2177b8e97ef33e4825d3240d74d0cc44c10e6 644 1.00/1.00 vMB 39
486,086 486,086 00000000000000000013889ba0a6bc45e7092eee20a597152d62691dae6d2002 1,148 1.00/1.00 vMB 32
486,085 486,085 000000000000000000fe11e885b9a67e8d823e66b21c71abec31d88b5af99ec0 2,294 1.00/1.00 vMB 156
486,084 486,084 000000000000000000cd9ce061de1770365b0841980cde2d8f79502385beb89c 778 1.00/1.00 vMB 37
486,083 486,083 0000000000000000000f38fb2dba89b62aa1755ec90418decb2669bcaa37f370 985 1.00/1.00 vMB 8
486,082 486,082 000000000000000000a69c1ea6fc6d5c6514e897446079b90cc7f48a3839f96a 1,449 1.00/1.00 vMB 65
486,081 486,081 000000000000000000ede06f92dd38eec7da463397c3aa3687b619ba21d1f579 2,167 0.98/1.00 vMB 120
486,080 486,080 000000000000000000a809aa36fccbb7ac5332c82d79cf77692897d882b2fe41 2,294 1.00/1.00 vMB 122
486,079 486,079 0000000000000000006c435a96d76b7637b23717b35beda3dc7aee5638da478a 1,622 1.00/1.00 vMB 43
486,078 486,078 000000000000000000a1c249ab54298e88d387bcef02d3810b99df87f6969136 2,040 0.98/1.00 vMB 69
486,077 486,077 00000000000000000054acfe07a138ec5f887b24e9a10b532337a806b40af2c4 1,928 1.00/1.00 vMB 56
486,076 486,076 000000000000000000431ffb129b358926a6be3fdebd79e24602a5c053ceb8aa 1,461 1.00/1.00 vMB 71
486,075 486,075 000000000000000000cd11e3c7fdfb5f9dc30a5a22b414143f9e40d1788f645c 2,173 0.98/1.00 vMB 172
486,074 486,074 000000000000000000e9a20f90676bb0d2a91a865ee2d3b6f9b5b11391f2ccfb 2,759 0.98/1.00 vMB 85
486,073 486,073 0000000000000000007fc87594a6829703cfd1ef1c8361395b70000d9594e0cd 2,119 1.00/1.00 vMB 163
Previous 10 blocks ↓
Total Size: 782.99 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: 717.16 GB
    • Received: 17.83 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.