Loading Tool

Explorer IconExplorer

Memory Pool

76,088 transactions
27.95 vMB
0.07668907 BTC
Random Selection Loading Transactions
Max Size: 169.92/200 MB

Candidate Block

Mining Attempt 88931cb4d609ee1f7dcf4160e1ca0f017f92e34fe776a39f0e8761862a07f0f4
Version 20000000
Previous Block 00000000000000000001180464142c0abcb56943ef13ebac58e93fcc9fed0c2f
Merkle Root ab2a56681d5f9890b5df6d1e59195fd120703db60e1ee4bbc696a7dde67efadd
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,715
Size: 1.00 vMB
Total Fees: 0.01552593 BTC
Feerates: 200.00 > 1.56 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,544 (637,054 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
278,490 278,490 0000000000000001d52c08e2d19762d8b11103f867535197c273a4b79bbeb5af 530 0.25/1.00 vMB 31
278,489 278,489 000000000000000195d9b7f80bc006ab4eb182dc26c85a4b8b62ae4f26a4696a 711 0.25/1.00 vMB 64
278,488 278,488 0000000000000002bc93b18f0e64d6f882fe93bebdae23891e8d8759922b5607 582 0.25/1.00 vMB 41
278,487 278,487 0000000000000001537dba2ce1f76e60db366e160f052da3e15e748be45cc45e 851 0.25/1.00 vMB 112
278,486 278,486 00000000000000010ba6426b6397347298edf260dab8a90de0384d2c672a930a 899 0.50/1.00 vMB 41
278,485 278,485 0000000000000000122e1dbc5ade3a86d6ad32e52811ccdf5ce3c5ca72f437ce 83 0.03/1.00 vMB 55
278,484 278,484 000000000000000238d73c9a721a1fbdc38c08ed1797011d17459fe62d275035 761 0.35/1.00 vMB 48
278,483 278,483 000000000000000251d8c6bb4f73d2f68e359fe143dfd3645374a4d26d09388c 174 0.08/1.00 vMB 28
278,482 278,482 0000000000000002b3a3aaf1afe5dc3f0b543c20bb03347d5e2ffc09f1fc34e3 581 0.25/1.00 vMB 50
278,481 278,481 00000000000000020eb97bc2775390d01243e497735ea12f6620a7a3310e3ae1 438 0.33/1.00 vMB 19
278,480 278,480 00000000000000019141fc5ef7f2af078c2a8340bd9b7924c46e3860811f7a2f 1,272 0.50/1.00 vMB 75
278,479 278,479 0000000000000003065f32da26de1deda93eb722bf1dc4a1b787e7d68d282dbc 96 0.03/1.00 vMB 217
278,478 278,478 0000000000000001a96469654430aa06e4ae7c7328a7eb848c6fc63443f24e4a 252 0.12/1.00 vMB 37
278,477 278,477 00000000000000026234b1e446ee4aff695d86fb874578d4f0e116baa70a7af0 639 0.26/1.00 vMB 65
278,476 278,476 000000000000000031da8aa8b98a646c4aed54c700f717a8553297038e8062f9 129 0.15/1.00 vMB 13
278,475 278,475 0000000000000001b41ef8e9954b56aa05a2640d4a5c0344d705bf0e44ee141a 145 0.08/1.00 vMB 32
278,474 278,474 0000000000000002e40b2dc429d3d19c2cd9c995547da97d9f3d0f68e60914a9 616 0.25/1.00 vMB 52
278,473 278,473 0000000000000002e0d156e32586074ab6cc0fdbb1a05d5cda168510c43e9a50 280 0.13/1.00 vMB 61
278,472 278,472 0000000000000003002c57cf58926e63c93e521bf2134bf5afb7b29cf5ca6c57 291 0.14/1.00 vMB 31
278,471 278,471 000000000000000058a51e46fae8afdae604e1bf650477da16d93069e5bbeaa3 514 0.27/1.00 vMB 49
278,470 278,470 0000000000000000d576b2a8a8313fa7747a4d25eda56f1c2d7d6052f99daaea 34 0.03/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 783.34 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: 767.94 GB
    • Received: 19.49 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.