Loading Tool

Explorer IconExplorer

Memory Pool

84,216 transactions
31.81 vMB
0.09872395 BTC
Random Selection Loading Transactions
Max Size: 194.47/200 MB

Candidate Block

Mining Attempt 0959edb2e80e2b736922e6b2c4497f480cc4a139a06516b34aba95e21ae22d7a
Version 20000000
Previous Block 0000000000000000000157740f438ce3e5ef10f5710cd37a32b7a7487f8610f1
Merkle Root 6737283dc06b3da51b31f6ae874245cc1c2b7d5107dba8b85369f07957591672
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,377
Size: 1.00 vMB
Total Fees: 0.02298372 BTC
Feerates: 82.29 > 2.30 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,218 (541,633 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
373,585 373,585 00000000000000000c1370b8575ef9baa3758ed5a1a191fb64bb7d9c6b53825b 373 0.19/1.00 vMB 38
373,584 373,584 00000000000000000d7b88365885a3cd27485ffbb12d8c250f9bc6931f492259 792 0.95/1.00 vMB 16
373,583 373,583 00000000000000000c2fb99889ea7180d61a893d1bda3ef857fe436a6bf5925a 1,460 0.71/1.00 vMB 53
373,582 373,582 000000000000000004132ec88785501298a4c2f9e23efb1288d7b27938c7f3ec 134 0.90/1.00 vMB 2
373,581 373,581 000000000000000007a47458fd1b32051fef2da57cd218b698f0721e55d0fd77 1,140 0.94/1.00 vMB 22
373,580 373,580 00000000000000000e0e87dafa5db5c2eb63b819029f24a9e0f2c92b337acfb4 553 0.95/1.00 vMB 7
373,579 373,579 00000000000000000c13e5d19800a36e776f3af0e315303985a4d70c03897ae1 1,748 1.00/1.00 vMB 28
373,578 373,578 000000000000000004d8d92b2a86b0f241edf2441d0bcf6b91fcb2fa2dff30f2 1 0.00/1.00 vMB 0
373,577 373,577 0000000000000000071f2691890b078cab06324469e562b20df9b32b85e5e6ea 2,379 1.00/1.00 vMB 54
373,576 373,576 00000000000000001169918c90d920add5facd47710bc141c6a7d9161ec69e8d 1,854 0.93/1.00 vMB 49
373,575 373,575 00000000000000000ade63afad0d18d32b36d9d187b08aed1633bc9cb2aee468 1,537 1.00/1.00 vMB 26
373,574 373,574 00000000000000000ba72a6707bc834dd6648229ab47dee5add6455f1bbb4c35 1,868 0.85/1.00 vMB 53
373,573 373,573 000000000000000013120ce30e1567631a8ef2c9b89235e04352a086033753bb 118 0.04/1.00 vMB 42
373,572 373,572 00000000000000000541c33a8d6897b07767f14dd323403188cefa93178219c9 381 0.72/1.00 vMB 8
373,571 373,571 00000000000000000f4d3d612d45556fe6069378d098042ef28a919da33989f9 1,463 0.95/1.00 vMB 28
373,570 373,570 00000000000000000aac0f57e740359ee595681e0b345031c498a9fbe07ef2c1 2,021 0.93/1.00 vMB 52
373,569 373,569 000000000000000002d14e8f9002cc8bdc5340ec7b373c4854e738fee4ecf33c 1,539 0.93/1.00 vMB 31
373,568 373,568 0000000000000000080efaaf541a4b4b5514006d93a7f14dac6eb1594fcc1d21 223 0.13/1.00 vMB 48
373,567 373,567 00000000000000000b2d470b609422edf7d3a83cc7f395f20463fa9adfba0388 397 0.31/1.00 vMB 27
373,566 373,566 00000000000000000df33d23f40eabe87f4162d4adefa090d6e59a1869df613f 1,627 0.99/1.00 vMB 33
373,565 373,565 00000000000000000f4e057e29cc316aadc07a1f7e6a4851c8db281f57a3cd71 1,848 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.77 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: 709.17 GB
    • Received: 16.86 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.