Loading Tool

Explorer IconExplorer

Memory Pool

23,561 transactions
11.69 vMB
0.03887062 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 65.79/200 MB

Candidate Block

Mining Attempt 82b61b710cf64010776e5b598021acdefdfe6bba930165a823d53469371c185f
Version 20000000
Previous Block 00000000000000000000e302f3878319182556fceedbb9bd50b83b87694db006
Merkle Root 5f0df0e4e1cd83ffb41670a5970466e0c8e05c5288e15fa59c0f4dec10ce19e3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,737
Size: 0.9978765 1.00 vMB
Total Fees: 0.01959953 BTC
Feerates: 503.57 > 1.96 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,669 (548,764 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
364,905 364,905 000000000000000014c640acd137b78c565828c82460e866b810cb567213f5f6 1,300 0.93/1.00 vMB 31
364,904 364,904 00000000000000000444d42624b6f3657f65ab24b48762d0845d1d82f1fcaf67 1,363 0.95/1.00 vMB 31
364,903 364,903 00000000000000001285f27a8f79bd67b9f947fc05ff1d6b157677d18e22bef9 1,042 1.00/1.00 vMB 35
364,902 364,902 00000000000000000c37025c6fb1daa48b528c45ef7a2eabdd241af65e5d7692 2,275 0.95/1.00 vMB 74
364,901 364,901 000000000000000014c73ed90536ac7ffa9184fda72a87f212d8ade2215cdd08 675 1.00/1.00 vMB 35
364,900 364,900 00000000000000000da2a64a9a8e32623575ba19c3125077d1715c1ba2d3b90c 608 0.99/1.00 vMB 25
364,899 364,899 0000000000000000004bdcddf19feda8d4a53c3338657fdb67c3aa64f49c7f02 1,584 0.93/1.00 vMB 35
364,898 364,898 00000000000000000684618be2c1ec6cef8e13e7e065f7493d73110462ae0b68 1,034 0.93/1.00 vMB 26
364,897 364,897 00000000000000000a08348381e52c26bddcea55a7afb573a7c5d4d72c556135 1,034 0.99/1.00 vMB 43
364,896 364,896 00000000000000000d93a9b96ac9fe19918627482dbe87c3aadf42453159e1ab 1,522 0.93/1.00 vMB 37
364,895 364,895 0000000000000000031d9af2fe38cc02410361fb213181fdb667c74e210d54c4 2,694 1.00/1.00 vMB 72
364,894 364,894 000000000000000010dba09112ad82c524d85fd27a89f010ea4cac82a4cf4d8c 1,298 0.95/1.00 vMB 33
364,893 364,893 000000000000000005f224aa33c71626ade780cf14ac88c2b0920f67ff1a42a2 4,544 1.00/1.00 vMB 31
364,892 364,892 00000000000000000116b77a9e8eff2cbf222e41600f3fe64cbbfa9738562553 1,242 1.00/1.00 vMB 59
364,891 364,891 000000000000000011658eab14d409d29228486670f72ca8daa032fb5a18fcd7 1,501 0.95/1.00 vMB 43
364,890 364,890 0000000000000000083f1d3ed08ba022903824cc6df02be542df736032f97033 1 0.00/1.00 vMB 0
364,889 364,889 000000000000000010e5c0e7957f6963efd1365a923f600a7eb8b03bdfb10387 4,109 1.00/1.00 vMB 40
364,888 364,888 000000000000000014e1fca778b8366b3a56db60c9667920ab308e7b08148532 1,873 1.00/1.00 vMB 45
364,887 364,887 00000000000000000a45a19cf6baa507718cf6a2c8b509fb86bc01850453b396 698 0.99/1.00 vMB 25
364,886 364,886 00000000000000001117f95de70350c55f367a9f73f313436f13e91e14a0c1e0 5,235 1.00/1.00 vMB 18
364,885 364,885 00000000000000000c5487aaf891cd067edbcaf4c05d4273aa71af2a651c83f4 1,381 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 780.04 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: 484.13 GB
    • Received: 3.22 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.