Loading Tool

Explorer IconExplorer

Memory Pool

78,318 transactions
29.75 vMB
0.11343907 BTC
Random Selection Loading Transactions
Max Size: 178.74/200 MB

Candidate Block

Mining Attempt e1e7902df8bfd3bf5e385525675dc8d261b0aa5262f7a4cddef7a1f25272aa5d
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root 993b1a8008eb19f1a064aeef8eb6957326872bcad02b1893eeafd3852593ee6e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,117
Size: 1.00 vMB
Total Fees: 0.03338935 BTC
Feerates: 660.76 > 3.35 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (310,347 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
604,926 604,926 0000000000000000001589b5f6c322ec2cf95071d7140ef86df14e521269050e 2,475 1.00/1.00 vMB 46
604,925 604,925 0000000000000000000a165a9708a0280d03039d3b28c314cd68a66510cf90de 2,971 1.00/1.00 vMB 32
604,924 604,924 000000000000000000114ea553a1f39debed0bee77372f28ff66674972e6aeb9 2,319 1.00/1.00 vMB 55
604,923 604,923 0000000000000000000a2497f3a05bbc1229e3ed96974bb031023b20f029dd83 2,419 1.00/1.00 vMB 17
604,922 604,922 000000000000000000139ce0e32d586727bfd472f9bc1fbc968f95e8997a3d9a 2,637 1.00/1.00 vMB 43
604,921 604,921 000000000000000000056426aec129dd930c65cdef40f589eb8c2a326ede22f3 2,888 1.00/1.00 vMB 24
604,920 604,920 000000000000000000014b61e46b963e265b9b72746fa96c947ab624d07e88c8 2,699 1.00/1.00 vMB 29
604,919 604,919 000000000000000000109bd4caf7d0e9693a8de872b9e5cb124ddfdc9798dfd3 2,755 1.00/1.00 vMB 40
604,918 604,918 0000000000000000000be757926c7da92e2cb2bfda6f44ed200a3944f61f6b8a 2,569 1.00/1.00 vMB 32
604,917 604,917 00000000000000000006d5076eb52a4de25087004c29bded2d65f55fc56c51d5 2,249 1.00/1.00 vMB 50
604,916 604,916 0000000000000000000294801c317d3857af8ac8ccbeb71569e2d9de885a0c53 2,546 1.00/1.00 vMB 31
604,915 604,915 000000000000000000067d15943df373d391966d3ec3041dfec8812aeeda618a 2,078 1.00/1.00 vMB 32
604,914 604,914 0000000000000000000f73e789c8925f07825a5b57b6f0655290d17b6e5a76e4 2,606 1.00/1.00 vMB 35
604,913 604,913 0000000000000000000af71705cbb8171bcb4d9c94823eb89253c322553c2d52 2,903 1.00/1.00 vMB 32
604,912 604,912 00000000000000000009f3e4509505d97ed4ca732d8554c698296c91486b0ba7 2,363 1.00/1.00 vMB 61
604,911 604,911 00000000000000000002e36bf7d19ed04d9ee039877d93874a53e184aa59d979 1,823 1.00/1.00 vMB 35
604,910 604,910 0000000000000000001298e74799c2dea8f04cc7293f0d9489d8a1bc574466f6 1,069 1.00/1.00 vMB 10
604,909 604,909 0000000000000000000d85b50a0f6bf622a8011398c7764c5b2aef0766be9932 1,564 1.00/1.00 vMB 23
604,908 604,908 0000000000000000000b5d0a0ce632e8a4bf2d17fbb793d0084465a2d49f89a7 1,539 1.00/1.00 vMB 13
604,907 604,907 00000000000000000013431789d4789a997482282a0fb860a7ca32c15f274410 2,917 1.00/1.00 vMB 36
604,906 604,906 00000000000000000006749e8fbe2a787e2b932f034821479e62223d117c14ec 2,029 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.86 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: 713.04 GB
    • Received: 17.28 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.