Loading Tool

Explorer IconExplorer

Memory Pool

75,043 transactions
27.72 vMB
0.07624320 BTC
Random Selection Loading Transactions
Max Size: 169.25/200 MB

Candidate Block

Mining Attempt bd64e6437de2c53db0b06571de41abd8598ca348d992d0046f879c1f477f221b
Version 20000000
Previous Block 000000000000000000002bfb1ccb7aeece6203b088c253b5b9e390365e6615b7
Merkle Root 5c4b0c0d9f5f2e67ed9a7d8e5efc9a8e57b1560458f8fdbc230f81b84ee1c3ba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,792
Size: 1.00 vMB
Total Fees: 0.01697170 BTC
Feerates: 100.53 > 1.70 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,251 (110,296 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
804,955 804,955 00000000000000000002d5f10f3c415323a5f9283e9054c49b637abd61431dbe 4,912 1.00/1.00 vMB 6
804,954 804,954 00000000000000000000583e77f31f340d9f8cc60a4faacef952b6ca142f2db1 3,447 1.00/1.00 vMB 11
804,953 804,953 00000000000000000002d925b6ef7ed831697150fef82f83c1729f112bac5f67 2,168 1.00/1.00 vMB 10
804,952 804,952 000000000000000000014c1f7cd508e1ac9b323305112e8de4602e1a5c567a19 736 1.00/1.00 vMB 8
804,951 804,951 00000000000000000004c4055dbff5eb991065a887031fafcc8448deea535299 2,292 1.00/1.00 vMB 11
804,950 804,950 0000000000000000000434b43043a8733cfcec072d040f5756cc41b23ef450d9 1,703 1.00/1.00 vMB 12
804,949 804,949 00000000000000000002a897f7ac6d888cdb50fb73390396039cd2737127a8b6 2,889 1.00/1.00 vMB 16
804,948 804,948 0000000000000000000246646259c9f9c67a6cce5afcf8e01892525ca88fd02a 2,248 1.00/1.00 vMB 13
804,947 804,947 0000000000000000000392626523e303bd43f40c7249a2b30e7c0b4f5c6b970f 2,058 1.00/1.00 vMB 15
804,946 804,946 0000000000000000000447d66c16d2f23e065f58411f280a5bb260faa43d326c 2,679 1.00/1.00 vMB 16
804,945 804,945 00000000000000000003780ab005bb41c85addef1768339739c83584e4696380 4,143 1.00/1.00 vMB 18
804,944 804,944 000000000000000000037530fb0a81f7f73303745a06538d75540edb656ef779 3,282 1.00/1.00 vMB 29
804,943 804,943 000000000000000000024b28aca5abaf2815131b1d97f8cfd6bf97d496eb1f4d 3,523 1.00/1.00 vMB 23
804,942 804,942 0000000000000000000314590c2903bbd27d9c2ad5c4e6280b77fa5fb01514b8 2,336 1.00/1.00 vMB 11
804,941 804,941 000000000000000000040a1ac64a4729cc03a3ef832c8fcce7dff0c90490fa23 3,229 1.00/1.00 vMB 18
804,940 804,940 00000000000000000003c14036f9ed452ce9c9410c3b059554e1b15c965ed71d 2,449 1.00/1.00 vMB 9
804,939 804,939 000000000000000000040c79485770cac56a9a8ec0bdb71fffb50abbb8e168d8 2,189 1.00/1.00 vMB 9
804,938 804,938 00000000000000000002ddfb21f04ec706aa618cce9df4add199c9225eb04010 1,917 1.00/1.00 vMB 21
804,937 804,937 00000000000000000003bc796988a206692f3c8b9c43eec9ce24c8844bfa9bb3 3,366 1.00/1.00 vMB 19
804,936 804,936 00000000000000000002d80eb2c19f3807a975a261347b1df6adf8a577df2374 3,767 1.00/1.00 vMB 15
804,935 804,935 000000000000000000034105ef8170cf4361ea056ef99273bfefc50c284cfad1 3,427 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.83 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: 711.65 GB
    • Received: 17.11 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.