Loading Tool

Explorer IconExplorer

Memory Pool

46,794 transactions
27.78 vMB
0.07165160 BTC
Random Selection Loading Transactions
Max Size: 147.34/200 MB

Candidate Block

Mining Attempt 80b7abdbb25c30df014f0235c1e2d83b27951c94380ca24650a00634c5d01fd9
Version 20000000
Previous Block 00000000000000000001b111321ae827478201ad15bbddad0e9be5e1d7430374
Merkle Root 20b368c0304a34e317a8e37fad5e3c5258dde3f9815033dde5c1580376aabd66
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,810
Size: 1.00 vMB
Total Fees: 0.01900102 BTC
Feerates: 100.65 > 1.90 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,907 (331,831 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
583,076 583,076 00000000000000000003cd3ba75ea72e90a4e480809219b28e5457222ced8295 1,770 0.54/1.00 vMB 46
583,075 583,075 00000000000000000022be26317c5ff94d2c96e93a0cc144525f82297900b62e 876 0.25/1.00 vMB 51
583,074 583,074 000000000000000000157cfbd406dd17d78d900f2152b9cabffe86aea3e5bb14 1,067 0.42/1.00 vMB 57
583,073 583,073 00000000000000000004ad084d7a1a9593b22ef5f26b817f491ff55500b9988f 1,127 0.39/1.00 vMB 58
583,072 583,072 0000000000000000001fa13970b45b2ea58ca656231dfb03747772b446c0fb72 1,219 1.00/1.00 vMB 12
583,071 583,071 0000000000000000000c4b0a270eb1c1ed010cc301c655d851907df358c88a05 793 1.00/1.00 vMB 18
583,070 583,070 0000000000000000001bb8f96f68b5b4db12e4b0561cf21cbceab8a7d3dc58dd 2,408 1.00/1.00 vMB 22
583,069 583,069 0000000000000000000adc988e0718113e010a27a06baa47ae6e5bc39be174bb 2,876 1.00/1.00 vMB 18
583,068 583,068 0000000000000000000a0363fd4f320789a5d5a51c4fc50ba262496225e20221 2,705 1.00/1.00 vMB 128
583,067 583,067 0000000000000000001c5df2ddabfa76726ed5678b6065a6da0e8f77561c71fe 3,397 1.00/1.00 vMB 146
583,066 583,066 00000000000000000004f94322f6e4638a6063a1f4aa2a57455d548aed42091d 919 1.00/1.00 vMB 8
583,065 583,065 0000000000000000001bd3bcc2eeb3e5c0aed4f4ea1caabc19be680e58de37c8 3,040 1.00/1.00 vMB 40
583,064 583,064 00000000000000000000cfba103eba355303b7d02892c273ec8818d593dca66a 2,846 1.00/1.00 vMB 140
583,063 583,063 00000000000000000005b6d8e2d73d270304967264cbe3142a9b8f2ec6b209a3 2,298 1.00/1.00 vMB 24
583,062 583,062 00000000000000000006354db557e430733c9c0badfd9b74b0eb2264f7b6d4e8 3,045 1.00/1.00 vMB 53
583,061 583,061 0000000000000000001e52d384d0532ad1f5050fee1ba6a7bacfa521e1d90f3b 3,090 1.00/1.00 vMB 106
583,060 583,060 0000000000000000000c5edf15892c5125379ee547525ae309ab252cd6c3d70b 2,759 1.00/1.00 vMB 125
583,059 583,059 00000000000000000002a0a6cdbfa27f86eb1d56d8e6c1821c406525ec91a024 2,974 1.00/1.00 vMB 45
583,058 583,058 00000000000000000020616da3779e0ffc17f0ba6fbdc892fba55d5c42edb3d1 2,561 1.00/1.00 vMB 35
583,057 583,057 0000000000000000000ed4b19d8c1662f5ce1b86cd086a83405ee32df3bc6643 1,453 1.00/1.00 vMB 12
583,056 583,056 0000000000000000001499076819ec4364d4e67f340e026f2e82803453dea1bd 352 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.23 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 654.79 GB
    • Received: 14.20 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.