Loading Tool

Explorer IconExplorer

Memory Pool

26,241 transactions
24.67 vMB
0.07139635 BTC
Random Selection Loading Transactions
Max Size: 132.61/200 MB

Candidate Block

Mining Attempt 495821caf4c6ceba91f1617c34ed97d7d23d88b87e5e3e700f21ccd99dd9e3c9
Version 20000000
Previous Block 000000000000000000014bd5b9121bb357ac1e5d5b2abd3def5c1989131e8a27
Merkle Root 9b6d101fff556ce381906ff54c3c3236933c2d65f204268200c14fdcfe3d98a0
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,366
Size: 1.00 vMB
Total Fees: 0.04038717 BTC
Feerates: 1,205.28 > 4.05 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 941,365 (46 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
941,319 941,319 00000000000000000000e71976b9e8d5ac3ab7040dd5f10a47449632cb7aa185 3,796 1.00/1.00 vMB 3
941,318 941,318 00000000000000000001257a6c047de682e06065bb74b9d57987a285dedd9a47 3,785 1.00/1.00 vMB 7
941,317 941,317 00000000000000000000923cc0a5d934195f6b1f3353128eeb5d670ac751254b 1,734 1.00/1.00 vMB 1
941,316 941,316 000000000000000000005534427843f8d8205848ee5307b5c4bf3fce61c4b9c2 3,246 1.00/1.00 vMB 3
941,315 941,315 0000000000000000000037e6cb1e00d746f98a52c28c676028b2a371fe146599 3,694 1.00/1.00 vMB 3
941,314 941,314 00000000000000000000916048d17d647c1ddd575031992243e7938ed9ef290b 3,923 1.00/1.00 vMB 6
941,313 941,313 0000000000000000000073b4da8e0e29b456fd6844ab4c29b4e16c2054c158a5 4,017 1.00/1.00 vMB 1
941,312 941,312 0000000000000000000098b5d2bd4ea5d7ca2b3183f1f8ded5d0be8c700bc123 2,834 1.00/1.00 vMB 2
941,311 941,311 00000000000000000000d65bce9bb18c4df38755b6718d297e59d01aa5a593aa 4,037 1.00/1.00 vMB 1
941,310 941,310 000000000000000000018861dc810e81f00aedcb6f69e1eedf640840db02227e 3,900 1.00/1.00 vMB 0
941,309 941,309 000000000000000000003bafbdaddee6d3f61d697fd11395ffc95e441300b4c4 3,265 1.00/1.00 vMB 3
941,308 941,308 000000000000000000014704cef1e6efc0b9b710828901c79c3a04ec59fce4ef 4,291 1.00/1.00 vMB 1
941,307 941,307 00000000000000000000a3c5bb6f14d873a19d67f01b71b371bf82b050a9c275 1,490 0.42/1.00 vMB 2
941,306 941,306 000000000000000000019aac9fc38725212585a85579a481c57f8336eb94a4a4 3,354 1.00/1.00 vMB 0
941,305 941,305 00000000000000000001d6dcc717913e99bba82ead9a9cee38c232227d858f7a 3,937 1.00/1.00 vMB 2
941,304 941,304 00000000000000000001a188717f71f26fa4d35f1d9b9893c0a8c854c1585612 3,206 1.00/1.00 vMB 2
941,303 941,303 000000000000000000000dae734670045a13f197cc90a1ea173cc090ed892f0b 2,558 1.00/1.00 vMB 1
941,302 941,302 0000000000000000000143c9da21ff6b1f96e3b376d2636fb1340a594146193e 4,968 1.00/1.00 vMB 0
941,301 941,301 00000000000000000001ca23fd6898840d2cae3534ddea45f0ed303589449a09 2,950 1.00/1.00 vMB 0
941,300 941,300 000000000000000000007520a716660f2359c5924679712747090de7e4782c1f 1,522 1.00/1.00 vMB 0
941,299 941,299 0000000000000000000011cf1af673f0f3c062a6a2561915947ab9b14a37d4fc 1,964 1.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 829.20 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 4,630.84 GB
    • Received: 250.88 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.