Loading Tool

Explorer IconExplorer

Memory Pool

26,956 transactions
4.99 vMB
0.01348792 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 40.19/200 MB

Candidate Block

Mining Attempt 27e8d02959b5a392c43fbbc1a09c8cc365159ecbeeb368cef01f7b6ee0c67edf
Version 20000000
Previous Block 000000000000000000016599a87148a9e7594585cd473996ae72c110e2f10436
Merkle Root d7c428f439c01eb8427b317b5d02889bf1922b4d4c4dda953598acd5e62cbbf2
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 57
Size: 0.01 vMB
Total Fees: 0.00055080 BTC
Avg Feerate: 2.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,940 (780,091 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
132,849 132,849 0000000000000073998b1804a482079061d96fcdcd65fdd49bdc0cf56d899d6e 0.05 MB 81 426
132,848 132,848 00000000000005cf2ff0a2fc7887c3591a3490181e45946a56aa06e09fd02f17 0.05 MB 75 85
132,847 132,847 0000000000000e414e74ba6f5b5783e2a22f7f516016c2a604212fc245ef6dba 0.06 MB 65 524
132,846 132,846 000000000000043641b1c769524bb143309c909d010a40687528aed43d849883 0.02 MB 33 266
132,845 132,845 00000000000010de53c19d4d1318b4b195457b1ba89aa902c1b5bac444a134af 0.00 MB 6 38
132,844 132,844 0000000000000170b2e373c9a4e99ee308decb44fe9b67611c7fe439652b1159 0.05 MB 144 424
132,843 132,843 000000000000002ec4f9085b4b381d01940e9916e81379a53e5634a30ac014ec 0.03 MB 106 138
132,842 132,842 00000000000009def76f78e14c1e5150851915cc08ff7e90027f8d1350804be3 0.01 MB 15 647
132,841 132,841 0000000000000d3835d37caa6ac1dcb57557e3c5d60174fdad91f7e0afacf6af 0.03 MB 87 453
132,840 132,840 0000000000000cc1285bffc98ac32b5495347d957e2495d1937465c81e0791a4 0.00 MB 9 642
132,839 132,839 0000000000000ebed89f2e4617be276c1e26bbf88b9e58b37379d8a1f98ccc99 0.01 MB 43 299
132,838 132,838 000000000000114e0d3aa8010f01494c9949a36c4ca9e2fe12c49d3721428b2b 0.00 MB 7 1,040
132,837 132,837 00000000000010bce2a8996ed4199ea45304805c9e019db8979843d90cbfb945 0.03 MB 89 200
132,836 132,836 0000000000000c5af21a2f4563c891f69f80b46646dd37e48fb0cffb556342d8 0.03 MB 71 175
132,835 132,835 00000000000004929819ec6ecd7dac67f593269b7fc8c2b23eb2c596ffd530c5 0.01 MB 35 529
132,834 132,834 0000000000001295b1707e1baa4414a0e6ec36667403ebf08842ab0bdc4da122 0.02 MB 53 343
132,833 132,833 0000000000000407e5d33535b59438828ffdf206c20e2a657316dd3c9e6ddb82 0.01 MB 20 189
132,832 132,832 000000000000128a9d3f542b258e4d7afac7cf0261eae8145b77493b4fd55b9f 0.00 MB 13 350
132,831 132,831 00000000000002a2f319fffd6264334d2c98b5a037e3e58757c5fd9c863465fd 0.03 MB 96 284
132,830 132,830 00000000000009d3799cd931b1ab63de082fb8f20f625a69192cd5219082a006 0.01 MB 32 290
132,829 132,829 00000000000003358a11e0bcca73676b14b78f43b7a5aed3570a55e0e073bf8b 0.01 MB 18 130
Previous 10 blocks ↓
Total Size: 778.74 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 336.74 GB
    • Received: 2.93 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.