Loading Tool

Explorer IconExplorer

Memory Pool

80,685 transactions
30.02 vMB
0.12376307 BTC
Random Selection Loading Transactions
Max Size: 180.61/200 MB

Candidate Block

Mining Attempt 23b937842f58bb53222e7af90eb073707169b828cfe5e40bd5a8c3c60b667ddd
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 166370f20f028614242d5542aceeaa0f8d7d3e6846cd0965a3f4f0837b451697
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,639
Size: 1.00 vMB
Total Fees: 0.05102081 BTC
Feerates: 242.90 > 5.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (423,381 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
491,779 491,779 0000000000000000001e2c4029a60d05adc659d3637e93f496bb88e865cbaa27 1,117 0.57/1.00 vMB 82
491,778 491,778 00000000000000000094a1f66e8dbd282c473c9ee072185a7bae4754063076ca 2,530 1.00/1.00 vMB 25
491,777 491,777 00000000000000000002d905fcddeb947053d4f735a67ba7cf031107ae474ce8 2,557 1.00/1.00 vMB 21
491,776 491,776 0000000000000000003d2c34e0af14278b048b29f132800066ed3ae1d4780742 2,007 1.00/1.00 vMB 27
491,775 491,775 0000000000000000005dce76e7a86eb003e842d65fbcf8a2013ef71e2cb57538 2,063 0.91/1.00 vMB 73
491,774 491,774 00000000000000000084fb497c4cdeb78ca6e8728aeccbd4922797e781a06965 1,798 1.00/1.00 vMB 64
491,773 491,773 000000000000000000d3ca39315d8ea734192b92fdd8d7fcef17a84054410a10 2,098 1.00/1.00 vMB 125
491,772 491,772 0000000000000000003423257cc2997372091f5dde1d1041bbad339cf1f28f04 2,401 1.00/1.00 vMB 168
491,771 491,771 000000000000000000a2d84bc49c6338472978c5aafe613ea3178f1e9ee73ec1 2,153 1.00/1.00 vMB 57
491,770 491,770 0000000000000000000902b59e9134a7de6713a865d5225c5bdaac5cf152807e 2,289 1.00/1.00 vMB 121
491,769 491,769 000000000000000000a073759a1a97c2925a0751ce38df3a0dc7e625aea550b4 2,425 0.96/1.00 vMB 148
491,768 491,768 00000000000000000022f129f2968c8c188244c131d6d3947fbd14c13a6ba81a 2,573 1.00/1.00 vMB 143
491,767 491,767 0000000000000000003c46cdf64c3d3a741cf2f9068593ab8eb6bfcbe417b787 2,404 0.95/1.00 vMB 102
491,766 491,766 0000000000000000008ae715c4e00c9d9c72fd0f60d7e985f1716bc16f419c5d 2,484 0.89/1.00 vMB 89
491,765 491,765 000000000000000000e206036a4685fabfa36505e33b5d2ea8960c6db82433e0 1,434 0.54/1.00 vMB 85
491,764 491,764 000000000000000000118f21a20abc76b723dcccbde7da48ed84c9602ae38005 997 0.46/1.00 vMB 84
491,763 491,763 0000000000000000002350f9a74529932729aaaac7ac59bf28b03cf89790ef47 332 0.21/1.00 vMB 68
491,762 491,762 0000000000000000009b8c5559ecfeb27139c4d056f6710595d1f10229efc692 2,146 0.85/1.00 vMB 101
491,761 491,761 0000000000000000007d4306c3ed5d00339e955a82d1a18a900a8d1dac72f65b 1,976 0.85/1.00 vMB 73
491,760 491,760 00000000000000000059af746eed8e29423a2bee535b9baeab89c47226e93e67 1,613 0.60/1.00 vMB 129
491,759 491,759 0000000000000000004651d9bf9cd0b8bfb0330c07af2113fe53db860cd1bef6 1,758 0.99/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.67 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: 673.15 GB
    • Received: 16.42 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.