Loading Tool

Explorer IconExplorer

Memory Pool

83,095 transactions
30.88 vMB
0.08069620 BTC
Random Selection Loading Transactions
Max Size: 189.39/200 MB

Candidate Block

Mining Attempt 44f26995e0fbd092d8f53f9f3bb1236af81f0cd4b277634620cedb6eff2e9d26
Version 20000000
Previous Block 00000000000000000000d458498d88f256390ba991d916d90569548e7a257dd4
Merkle Root 195f8c43670f41b59bfea68c6d6720182b5f9e769f4d0aacff6fde32f927f4b1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,924
Size: 1.00 vMB
Total Fees: 0.01119786 BTC
Feerates: 146.36 > 1.12 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,345 (472,538 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
442,807 442,807 000000000000000003b06158a3fe640f6308e05bf47120f11bfb428558d3a753 2,046 1.00/1.00 vMB 56
442,806 442,806 000000000000000002a90b4784940b2bd68306a19440cf6340c2f08123b50111 2,339 1.00/1.00 vMB 77
442,805 442,805 000000000000000000fb7a2cae1d81d3af89f9981b8082d20805489da8bf60de 4 0.00/1.00 vMB 691
442,804 442,804 0000000000000000018d72d473cd716262220854c8c98f162213cce3b016c696 2,638 1.00/1.00 vMB 65
442,803 442,803 0000000000000000014e24cb21c8d56db0c219bf845f8dd9450d977da1b33806 3,094 1.00/1.00 vMB 76
442,802 442,802 0000000000000000025ac0014037c8392e4b937eb6858f3df7379256b34fd369 2,149 1.00/1.00 vMB 69
442,801 442,801 00000000000000000175dedba5555b7d696c9e8c322815b1b4d5ab1045865392 2,669 1.00/1.00 vMB 83
442,800 442,800 00000000000000000228dbbb638e91a3de4302ed937c470bedfe04b77cc9ad5f 2,435 1.00/1.00 vMB 76
442,799 442,799 0000000000000000035f976ec50a571ae53fc55dd5b61e43256cd2d965de22a9 2,431 1.00/1.00 vMB 84
442,798 442,798 0000000000000000029747d2c93a8bf64446ee593b5b029d559ea0895474780b 1,964 1.00/1.00 vMB 110
442,797 442,797 000000000000000000bb67713aca912c1f6ad310c4806b9e1398159b62414b9f 2,045 1.00/1.00 vMB 106
442,796 442,796 0000000000000000008ee7afaeeaec9f9dda784b563e9cf7f3958df66567fa04 2,793 1.00/1.00 vMB 84
442,795 442,795 00000000000000000125c2f31f3e9dc1a687f56103bb238c8b8c19cd47e4a05d 2,327 1.00/1.00 vMB 70
442,794 442,794 0000000000000000017676d0686c5f98adab082b2e2fc3afc30d4f946de614c2 3,277 1.00/1.00 vMB 64
442,793 442,793 0000000000000000039afdaa5f6b8e8d77c46fd59abf033aa1289420a1683c5c 2,369 1.00/1.00 vMB 70
442,792 442,792 0000000000000000035d3847432b2351266a46089c9b00a3b01ebf4844a05c42 1,397 1.00/1.00 vMB 107
442,791 442,791 00000000000000000018e41c9bed7c33d93fa4029b161d5df4f3ad3fce0237db 2,646 1.00/1.00 vMB 105
442,790 442,790 00000000000000000336afe2b6de27054e76c304f1847cd87b2e0f24a813d6e9 10 0.00/1.00 vMB 847
442,789 442,789 0000000000000000027d9e206b9272d5e8301f40793983be645ce9f45e1c6397 2,759 1.00/1.00 vMB 101
442,788 442,788 0000000000000000010e4c76f060fc932268a7e9a89f67dc0c6a72f0854443ab 2,733 1.00/1.00 vMB 89
442,787 442,787 00000000000000000183e6598aae105c848307ba698019e357a6948e84cd967d 2,509 1.00/1.00 vMB 69
Previous 10 blocks ↓
Total Size: 782.99 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: 717.22 GB
    • Received: 17.84 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.