Loading Tool

Explorer IconExplorer

Memory Pool

39,742 transactions
25.88 vMB
0.05340751 BTC
Random Selection Loading Transactions
Max Size: 134.43/200 MB

Candidate Block

Mining Attempt 1201007c8a54a009c7171fe60eb9570202dd3d7d1d2d0adb495d90804cc0b485
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root c4dac673256375f3122bf976e7de93ec50658c6efabf36f377661b347e43bc79
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,047
Size: 1.00 vMB
Total Fees: 0.00647442 BTC
Feerates: 40.21 > 0.65 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (458,139 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
456,737 456,737 0000000000000000015b08e977f5afc2e83e8b10cefb213adeffd5cb6fac0e72 1,985 1.00/1.00 vMB 89
456,736 456,736 00000000000000000199d37941f209c8e0ab402769bfe1b5e43662453b4fce13 951 1.00/1.00 vMB 166
456,735 456,735 00000000000000000027a5dff475c0a7aa95948cc68539223acd972ef5b3bff6 2,444 1.00/1.00 vMB 149
456,734 456,734 000000000000000000874846972c975eab2e413dd2a69c00aa4a2f668a04a78f 1,718 1.00/1.00 vMB 167
456,733 456,733 0000000000000000015600b55b4fa7750e44af719d0414e7775a439271e37d51 2,380 1.00/1.00 vMB 202
456,732 456,732 00000000000000000174225043caa4ba30d4527ef479380f3aa249f624c1e617 1,597 1.00/1.00 vMB 152
456,731 456,731 0000000000000000014730d852b736690fe9762094feee8db5f85b6e8a806e15 1,531 1.00/1.00 vMB 113
456,730 456,730 000000000000000001f5ada0eca4200b780c9ad0d416999cc789d9c1e081fc19 822 1.00/1.00 vMB 45
456,729 456,729 000000000000000001ff370e8fd211b7ba0a75f9303cf63941e0ec3399a562ef 2,935 1.00/1.00 vMB 47
456,728 456,728 000000000000000000a44cf5dd5e7dbbf7486bb3e70bb893a7cccd6eb6b1fda4 1,883 1.00/1.00 vMB 152
456,727 456,727 0000000000000000020134a7e3b049b6149f4bb004fb61b8bd281088e304c852 1,220 0.99/1.00 vMB 31
456,726 456,726 0000000000000000002fec7f8659169a4a57adff56a293dbf7d7a21e745ef93b 1,514 1.00/1.00 vMB 78
456,725 456,725 0000000000000000007d95e9ffdc64c04f3ad0785b9678d0d95a42d69c778f39 1,981 1.00/1.00 vMB 209
456,724 456,724 000000000000000000f6e5696436b98d6aace519ac73d513b35b28d5aa0b06cf 493 1.00/1.00 vMB 55
456,723 456,723 000000000000000001bf7d2b268dc2c7c4942724bcb8ac984a843b99941eac4c 900 1.00/1.00 vMB 75
456,722 456,722 000000000000000001756e7e8bb04d38d7defab5067b3f936a006d9c9c6a9b7b 1,994 1.00/1.00 vMB 205
456,721 456,721 0000000000000000002fac72d278376982c104eadddbe64c27e247052d46ea13 1,323 1.00/1.00 vMB 123
456,720 456,720 000000000000000001e6cd84fb4c7997975993928374de2469fa6e41d9e721cd 598 1.00/1.00 vMB 68
456,719 456,719 0000000000000000022f262496a56bec05da9b5321f8beb3fcf79630445edd54 1,865 1.00/1.00 vMB 179
456,718 456,718 00000000000000000175bba7c8f6b30e2aeada1d45ca3774caa6438e18e617fe 1,571 1.00/1.00 vMB 139
456,717 456,717 00000000000000000221a1b6dd5f6eb998daca8b94d241dcef6e509d8cc8f2f2 1,117 1.00/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 782.17 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: 653.45 GB
    • Received: 13.89 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.