Loading Tool

Explorer IconExplorer

Memory Pool

74,614 transactions
28.70 vMB
0.08233018 BTC
Random Selection Loading Transactions
Max Size: 170.06/200 MB

Candidate Block

Mining Attempt 2925f46e1e5444af1a0f6abdea0876294930896d194e2b8849faa9f9a2c8f399
Version 20000000
Previous Block 000000000000000000009e0d05ec642d7cff4f2783635cafb8c4809e49c30b10
Merkle Root b1cc96cbb89e0084d40c0558cd3e75ce800658167e1461acc1af72101df87a3a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,082
Size: 1.00 vMB
Total Fees: 0.02439067 BTC
Feerates: 150.93 > 2.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,051 (297,864 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
617,187 617,187 00000000000000000002cc451cb19be97d730d2838b42172f6b02796ce5a703e 2,733 1.00/1.00 vMB 13
617,186 617,186 00000000000000000004d415d3c6d995f3e558a02c12a7d74d42ccbc19d71bd7 2,605 1.00/1.00 vMB 15
617,185 617,185 000000000000000000079273d3f33708c4dc757624e1e32d3db25414268dabbd 2,058 1.00/1.00 vMB 14
617,184 617,184 000000000000000000006b2bfb435872333d5a56398d4b27ec71d5634da01bb0 2,602 1.00/1.00 vMB 45
617,183 617,183 0000000000000000000a03cc2cb1cfcce1810d4a7cc401d4e2438c2092c333fc 2,828 1.00/1.00 vMB 41
617,182 617,182 000000000000000000075b278e9083dfcd77eb2cc6ee88dc550082f5c24226c2 2,435 1.00/1.00 vMB 14
617,181 617,181 000000000000000000027070561532e9ee512b4b2560b12f6d95e4a339967d50 2,867 1.00/1.00 vMB 31
617,180 617,180 0000000000000000000b1e45578aac2f9f82e8633b3fbaf3cef3ea3a66703df4 2,294 1.00/1.00 vMB 28
617,179 617,179 0000000000000000001189b1c36792b2f8dc4972c268b4d6ccb775014f57da6f 3,161 1.00/1.00 vMB 37
617,178 617,178 000000000000000000024cfb24835fe443a0767582e46ec4e50b60c9524e339e 2,745 1.00/1.00 vMB 42
617,177 617,177 000000000000000000051f627961e7f1311ca1aca9b46a08bfc8a4196f49ce49 2,188 1.00/1.00 vMB 9
617,176 617,176 0000000000000000000dc5fd9ca0cbf27fbd6458e4fde0978315390d4a80862d 2,635 1.00/1.00 vMB 39
617,175 617,175 00000000000000000002cd70116c24d49b3d4020f7f0d917abfbac0de771967c 1,506 1.00/1.00 vMB 5
617,174 617,174 00000000000000000008da63a2a458d92483e7c28a646648ea61bc82d52b1cb7 2,622 1.00/1.00 vMB 13
617,173 617,173 0000000000000000000c3a1eb115e190450fa5f313eea2758994d6bac2db7135 3,045 1.00/1.00 vMB 37
617,172 617,172 000000000000000000086fc30232d796d3228cc4669d348bb781829d2a03fa92 2,189 1.00/1.00 vMB 11
617,171 617,171 0000000000000000000199b99dca753e4112e1f6bfa9d344f2d36cc08e7e23d2 2,623 1.00/1.00 vMB 34
617,170 617,170 0000000000000000000820c19080321134b996295d54538b3f6d8f5cb3161705 2,558 1.00/1.00 vMB 34
617,169 617,169 00000000000000000000575d7d2fe6ea7085d3c5be79504cdf035ee578cc4abc 2,149 1.00/1.00 vMB 13
617,168 617,168 000000000000000000061974a707437b1f5152477296d635ff314bd5a3c36570 1,436 1.00/1.00 vMB 16
617,167 617,167 000000000000000000031a26b7d5b8bba6c23fb7237d3f39a7a1fd18d685bbdb 151 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.48 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: 668.18 GB
    • Received: 15.41 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.