Loading Tool

Explorer IconExplorer

Memory Pool

23,021 transactions
21.34 vMB
0.02621542 BTC
Random Selection Loading Transactions
Max Size: 113.77/200 MB

Candidate Block

Mining Attempt 586116ccf49b3d1032b3c06e4c5b1736bb8673c55fc24c3761a0f88438a9173d
Version 20000000
Previous Block 000000000000000000019974f3c9f75eb582f9352391b467fa88b5c3a78ff646
Merkle Root 135cca014c8392e0feb8e487e5f636cd92c9aa72f27373f7659a98661df3f86b
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,511
Size: 1.00 vMB
Total Fees: 0.00256430 BTC
Feerates: 47.34 > 0.26 > 0.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 941,288 (62 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
941,226 941,226 000000000000000000014ceb17c664c2c509a3431b87755f2e5a1f70e84c3d32 4,263 1.00/1.00 vMB 1
941,225 941,225 000000000000000000002a42eed7e68ec5741211c10546a9280062e0bd66ecb8 3,576 1.00/1.00 vMB 0
941,224 941,224 00000000000000000000dc4cb3771820b50f27e5c950ddee87fc7a27a318ab94 2,632 1.00/1.00 vMB 1
941,223 941,223 00000000000000000000fa028ef4a99fc84fdcc7f16f85d6d36567bc1765eb63 4,387 1.00/1.00 vMB 0
941,222 941,222 00000000000000000000eaa3436420cd8ffa0c2df1aa4afa23d38ad52b3901d5 3,446 1.00/1.00 vMB 1
941,221 941,221 00000000000000000001d488a4d70d7ff5f48a130503c1ebc95b1d6c8edf7b9d 3,138 1.00/1.00 vMB 2
941,220 941,220 0000000000000000000090cc0980983ea53bb7a8353f04b4a4798a6068ea3219 1,504 0.47/1.00 vMB 1
941,219 941,219 0000000000000000000032aa032729574b8624945c42caf47fb47a4bb9ff5f3e 3,366 1.00/1.00 vMB 3
941,218 941,218 000000000000000000004c7f80b95bf320411262aa02166ca56e49c62a68d8f0 3,507 1.00/1.00 vMB 1
941,217 941,217 00000000000000000000a00fafc5962663370c9bb8a5a37031cbd1a985208fe2 3,892 1.00/1.00 vMB 4
941,216 941,216 000000000000000000000b20a0c28c0e1eb83ada3b1db2e6708a178fff7d9de3 5,174 1.00/1.00 vMB 0
941,215 941,215 000000000000000000008841a5a3f1a33918539ed65fa8a7efa6133f51448f54 3,366 1.00/1.00 vMB 1
941,214 941,214 000000000000000000014e6d3f89be21678f78145a5e9e1cfd239a56fd29e7d9 3,320 1.00/1.00 vMB 4
941,213 941,213 00000000000000000000fb497841992e91c004fdb10bef13c9a99d247af3651a 5,300 1.00/1.00 vMB 0
941,212 941,212 000000000000000000012229b41370f9b92a08fb2090d037a03481b866a4219e 2,399 0.93/1.00 vMB 1
941,211 941,211 0000000000000000000073c2d1bc1d1d5c0cbf64be7788ddc8c1ef805f727677 3,364 1.00/1.00 vMB 3
941,210 941,210 00000000000000000000adb1ae50dae812e2472917bcfb8dead88b278ba5f808 3,789 1.00/1.00 vMB 6
941,209 941,209 00000000000000000000def7ac5ce15989953eb10e4359edf358789cacdfabd7 4,213 1.00/1.00 vMB 1
941,208 941,208 000000000000000000007ec216aac911bb5106d53fc9b5dd316b60e46d446772 361 0.10/1.00 vMB 2
941,207 941,207 00000000000000000000186928d54a445cbf19fc9c8d0e5961006db5818e88bd 221 0.06/1.00 vMB 1
941,206 941,206 000000000000000000004035577d02854b39675fae1e627d61bd8f2593081b8c 3,821 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 829.06 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: 4,626.92 GB
    • Received: 250.20 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.