Loading Tool

Explorer IconExplorer

Memory Pool

77,085 transactions
28.89 vMB
0.07444124 BTC
Random Selection Loading Transactions
Max Size: 176.72/200 MB

Candidate Block

Mining Attempt 35932c343a7cca04bf181eab351e8e25329a5bb4807639037ea058010aa6342c
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root bb1122c3f724875d99f22f918498508ae018272068c3f9834b7b16fbc278097e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,730
Size: 1.00 vMB
Total Fees: 0.01148616 BTC
Feerates: 157.34 > 1.15 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (454,114 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
461,209 461,209 000000000000000001688c613007154ab162399c691bc9ec3d9cf43666484801 700 0.54/1.00 vMB 86
461,208 461,208 000000000000000000054b3370167c8d647c119aae350e90581877af06515ae5 1,582 0.99/1.00 vMB 108
461,207 461,207 00000000000000000159ac3b1bc14e0fa6f0e7a2de118a4cdf86b109b8d790a3 1,766 1.00/1.00 vMB 129
461,206 461,206 000000000000000001dc306857d42c04eb408579f9f5f99242775f11ee7d85dc 1,918 1.00/1.00 vMB 111
461,205 461,205 000000000000000000abd3c7edec6e8dd627e4d1dc22ad0ed62b47231ea27d92 1,576 0.75/1.00 vMB 144
461,204 461,204 000000000000000001e2bc578fc64e93c01fce0a2cece1a29086c94cce0833d7 2,080 1.00/1.00 vMB 137
461,203 461,203 0000000000000000006acaab3d1c32dd7a40578e1939ece153502f8327dfc0d4 2,418 1.00/1.00 vMB 175
461,202 461,202 0000000000000000021fcb6b2267f742d0d911e9e544da5c201e3b1a76ee0aaa 503 0.36/1.00 vMB 84
461,201 461,201 0000000000000000022d51f3e65ffa61bb0e5b9e4c1aea02c4db7b253823a5d7 1,198 0.99/1.00 vMB 99
461,200 461,200 00000000000000000030d1d1dbbb9467bfb8fcd8a3a1d5dd4aac30ec4f8c7a81 1,693 1.00/1.00 vMB 132
461,199 461,199 000000000000000000790b7a53d464ce12948f1d9b306ef6a7b497b195ef15ae 1,920 1.00/1.00 vMB 142
461,198 461,198 000000000000000000ccf7abe53c4bb7ec4d7605ea0a1e5d3053eba04bd6002b 1,604 1.00/1.00 vMB 101
461,197 461,197 000000000000000000c891ead122795c379aaeb9f118b55c738e8b566353d45e 1,979 1.00/1.00 vMB 133
461,196 461,196 000000000000000001019d4da1122f7d27cbbdfec5b78e8c38d3f9b0a3befe4d 310 0.16/1.00 vMB 146
461,195 461,195 00000000000000000095e2077ec0f42605eff32883ee179d24086eb98424afc7 980 0.48/1.00 vMB 127
461,194 461,194 00000000000000000066adbf5c545d93c08917642e60977df5fc8df73ecfe3c2 915 0.91/1.00 vMB 56
461,193 461,193 0000000000000000019900f9dfb9a19b8fa4bddafa2c20e5e5617d3178ee0667 2,259 1.00/1.00 vMB 155
461,192 461,192 0000000000000000020074bca875d75a205c8f74652e79b8dccc2c6223703024 1,655 1.00/1.00 vMB 111
461,191 461,191 000000000000000001d0a1f4fe5a11724049121e231b48f8ce868b7c12983858 1,704 1.00/1.00 vMB 124
461,190 461,190 0000000000000000007723d74dc8a4d6b2413ddf0a16807acfcd896e6e2d955a 2,453 1.00/1.00 vMB 169
461,189 461,189 0000000000000000011fb28c809cf31b927f13ff6dfd5ed9917ebbe2ffad07b2 1,514 1.00/1.00 vMB 80
Previous 10 blocks ↓
Total Size: 782.95 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: 715.15 GB
    • Received: 17.66 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.