Loading Tool

Explorer IconExplorer

Memory Pool

80,410 transactions
29.58 vMB
0.09700217 BTC
Random Selection Loading Transactions
Max Size: 179.06/200 MB

Candidate Block

Mining Attempt 2e3b8eadb96aaf82f828caf665c8454f692bd4185945073cf4ff61a4929233a5
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root b4d57b0d80085e9deaf136dfe5715e46458ebec65d5ab5cbc2066c4a15bab9b4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,475
Size: 1.00 vMB
Total Fees: 0.03432614 BTC
Feerates: 146.36 > 3.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (439,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
476,097 476,097 0000000000000000000b9aa24782bcb82cf2dfd73b2d338cd279f7ef5a6bd3e3 2,284 1.00/1.00 vMB 199
476,096 476,096 00000000000000000151664b6e362480dcbc49d7b0fc3c1f40c21ea317449e24 1,109 1.00/1.00 vMB 33
476,095 476,095 00000000000000000133ddd644d2a8e880153698fbe0a8aae4b2ac9b7d8fd724 2,132 1.00/1.00 vMB 134
476,094 476,094 000000000000000000ea46e3128b9cf8c1c2355e313f2640304169d5f93ec09a 1,720 1.00/1.00 vMB 83
476,093 476,093 00000000000000000067c14ad0f7e23e49d949d8fd97133aa26fb093e5c7ceac 2,047 1.00/1.00 vMB 218
476,092 476,092 0000000000000000004d486bacd20063592357d543df1825bc072082072adf26 2,039 1.00/1.00 vMB 100
476,091 476,091 00000000000000000087c09611c70c33fec6dfe0c7af4b399dfce49bcbf2ef84 1,429 1.00/1.00 vMB 57
476,090 476,090 000000000000000000c8030a4bd835a1b76ca15d1c58793672b6497d49b800ac 1,795 1.00/1.00 vMB 121
476,089 476,089 000000000000000000e24343b1db15bd4b25e3c03de68299ca38a128c8d1c957 2,153 1.00/1.00 vMB 225
476,088 476,088 0000000000000000014d37cd4b7bdcdfdbf604ccef3d779a2b5c6b1864038efc 1,710 1.00/1.00 vMB 159
476,087 476,087 0000000000000000008136e09e6d1d1f09b10cee8d5ad7f7c0822960b089d1b0 2,127 1.00/1.00 vMB 109
476,086 476,086 0000000000000000001b0dc8b77886547070cd1c5f35d7eabb05f872280cbda9 1,564 1.00/1.00 vMB 144
476,085 476,085 0000000000000000013e3cbb57c8585627280fdec6d93e8ac73eccfa092480bb 1,826 1.00/1.00 vMB 232
476,084 476,084 0000000000000000005ae4b5cb442318bbefa630b67ccc8260da74a7d19cbae5 1,777 1.00/1.00 vMB 177
476,083 476,083 000000000000000000639dd74014465a2ff415aff3e7eea8864cb52558405cfe 2,031 1.00/1.00 vMB 152
476,082 476,082 000000000000000000b98e02c1b2a51eee44d7a1832535955b90d4799ef11f7e 1,876 1.00/1.00 vMB 198
476,081 476,081 0000000000000000001760c1d1b1243c8518cc17fc3ef46a7bcec87db4665d9e 2,425 1.00/1.00 vMB 197
476,080 476,080 0000000000000000015afb59e7de6090961370d75ea4e317fc894cb1261efa1e 1,904 1.00/1.00 vMB 246
476,079 476,079 000000000000000000c4b2ce1dc99a4cd6f36318911c4f60853381666e608819 1,848 1.00/1.00 vMB 253
476,078 476,078 000000000000000000fcce482bfae0e4c3a35daadeb296a2e5b474bea9b25b00 1,910 1.00/1.00 vMB 250
476,077 476,077 00000000000000000078a82cc72ecf1fbd001688c0bca3ff5ced07b06c854064 1,817 0.99/1.00 vMB 264
Previous 10 blocks ↓
Total Size: 782.58 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: 671.29 GB
    • Received: 15.90 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.