Loading Tool

Explorer IconExplorer

Memory Pool

72,568 transactions
28.02 vMB
0.06887930 BTC
Random Selection Loading Transactions
Max Size: 166.06/200 MB

Candidate Block

Mining Attempt 08526df5e736a9cdd085b4e4b57bcd9e22c1c2afd26347299ca21d36a9a3c95f
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root 38dfeebf0339c24ec54c43d1d804350efe899e144ae7e7cbd27902c1400f108b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,847
Size: 1.00 vMB
Total Fees: 0.01282990 BTC
Feerates: 101.52 > 1.29 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (408,085 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
506,950 506,950 000000000000000000427e0ec2d50266978775d82eea213952da7325486d6de1 2,366 1.00/1.00 vMB 219
506,949 506,949 0000000000000000002d640b1c11c4450d7ba7fce3b4443114c82c054ae29109 581 1.00/1.00 vMB 130
506,948 506,948 00000000000000000031c974ad95d10b736cbc1332418c6fc5e53e9e4b754046 1,364 1.00/1.00 vMB 117
506,947 506,947 00000000000000000062513ce12af4625e3f83033062ace37a0cc780f3838f80 1,648 1.00/1.00 vMB 178
506,946 506,946 000000000000000000504a4ebaf9bff897ee0e9d25f34989d8bf66cb9a7ab074 1,018 1.00/1.00 vMB 177
506,945 506,945 00000000000000000032837ef724d1c5f1f5b428dface73b1d1b9e758e3bf6e6 2,158 1.00/1.00 vMB 141
506,944 506,944 000000000000000000072597b7e73849a0e4ae6fdba94d11bcef44cfb6c662ad 838 1.00/1.00 vMB 7
506,943 506,943 000000000000000000657b1e063a0ebe11273cea49eb8acb30e6be76c012a1f3 1,975 1.00/1.00 vMB 139
506,942 506,942 000000000000000000412016a21dfcae2c48990b2cfddd8cde3a74a6f3fa8af2 1,965 1.00/1.00 vMB 99
506,941 506,941 000000000000000000312a48a7452e6b56c6d48f1ec98099a1e7424811085625 1,698 1.00/1.00 vMB 113
506,940 506,940 00000000000000000024c8e8e0e6596e59ad93d1fdf9596a2f29d8817f2f52f5 1,942 1.00/1.00 vMB 168
506,939 506,939 00000000000000000060623b98f8b953cf88cbf6df99196b6119b80fed5eb2da 982 1.00/1.00 vMB 93
506,938 506,938 0000000000000000000619aa3646b1d9575546d44ba0c75ff786813f26e724d8 2,461 1.00/1.00 vMB 201
506,937 506,937 00000000000000000035f5b309d29407830d0a5145c7361fd75a6ea5e45b5267 213 1.00/1.00 vMB 18
506,936 506,936 0000000000000000006c1b5da4c37484b9a8d2e357940e96a85190c986b083ea 1,098 0.86/1.00 vMB 37
506,935 506,935 0000000000000000000cc6ac7057ed757281ed9301c8ad6a4d8a4a30d9059de6 2,553 1.00/1.00 vMB 203
506,934 506,934 0000000000000000006b959f26b9d0331b348de08068dbda52d02a8ef49fb73c 147 1.00/1.00 vMB 14
506,933 506,933 000000000000000000297ae30ca8b102fab65ed864ec292f2c25f36117e97e47 773 1.00/1.00 vMB 67
506,932 506,932 000000000000000000481ebd6a22c7199c7c3379283eaa54e16fa2ef17a0e258 879 0.65/1.00 vMB 71
506,931 506,931 00000000000000000000cc389085b91033c7bda7a4616cb404ecf0956a7f9ff4 1,755 1.00/1.00 vMB 62
506,930 506,930 00000000000000000050e93b09d1c48baddafcdeb982126900500c6c2469bd8c 2,009 1.00/1.00 vMB 115
Previous 10 blocks ↓
Total Size: 782.45 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: 667.46 GB
    • Received: 15.25 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.