Loading Tool

Explorer IconExplorer

Memory Pool

75,417 transactions
27.77 vMB
0.08047905 BTC
Random Selection Loading Transactions
Max Size: 169.52/200 MB

Candidate Block

Mining Attempt 21968fb4d4cf2199c31581ebc70e77cffc79f072d6202cc8dab7d5aacdb01008
Version 20000000
Previous Block 0000000000000000000021e2c4eb92099d11dad9b184db83f142c9df3a31ecf9
Merkle Root 7744573373e1c7db4fd6e974c9ae16e8bc32b4b24e390e6c63bf3bd5fbc56257
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,303
Size: 1.00 vMB
Total Fees: 0.02107174 BTC
Feerates: 106.68 > 2.11 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,261 (531,201 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
384,060 384,060 00000000000000000b25a80e689e71df56b7c9e8e968193d14c46e2a82586eb4 1,678 0.75/1.00 vMB 38
384,059 384,059 000000000000000003d1a10ee930b5d37a50cf3a05825b907e68bf0840e20ef2 3,399 0.93/1.00 vMB 74
384,058 384,058 000000000000000000c799ccf5e842b6d72fa9229a8d67fe6f152a3612781b4f 1,601 0.99/1.00 vMB 25
384,057 384,057 00000000000000000ee1e2c68e1ba6498c544bacfb682fe4828b1f7a052c3072 3,078 0.93/1.00 vMB 61
384,056 384,056 000000000000000003889e023a6ae8285e283808d2d8f823a669e74152cd8454 555 1.00/1.00 vMB 9
384,055 384,055 00000000000000000fac2a67530fd5f6ba7c7b25f81578ddfaa405148509b7cb 917 0.45/1.00 vMB 42
384,054 384,054 00000000000000000f19e6e62ed0c83b35962ad392e57c7ea4cdb10ad530615d 547 0.26/1.00 vMB 31
384,053 384,053 0000000000000000089b9307695db9bd95603de3e928144e8f9357d76cb64ed9 554 0.25/1.00 vMB 42
384,052 384,052 000000000000000004382b50dc64ec84eac35c6c0d8d322c9034891577d165d4 1,206 0.77/1.00 vMB 21
384,051 384,051 000000000000000003014d996fb435fa513a092cb86582d9f5954cea15ae6dd9 2,460 0.95/1.00 vMB 44
384,050 384,050 00000000000000000dcf48c7c3e7129f3b079927a7a1992ecfad36f5505d6841 746 0.53/1.00 vMB 21
384,049 384,049 0000000000000000055aeca1c3de3b470de6204bcd239e49743d90141a14abf5 1,958 0.75/1.00 vMB 46
384,048 384,048 00000000000000000c6ced0992d0e79562316aea4cc934cd23f2b031f7e43d35 583 0.88/1.00 vMB 10
384,047 384,047 0000000000000000050a1d3c524fb470ad277cb91a80a7a6f10ad5dbf5d69f6c 1,420 0.60/1.00 vMB 36
384,046 384,046 000000000000000009c6b222d4516db2cd7c356ffae92912842da8c575ed7820 2,085 1.00/1.00 vMB 34
384,045 384,045 00000000000000000d1740eeee0ecce4780c02274b5be43dce5bfcfcfa51770a 2,224 0.93/1.00 vMB 38
384,044 384,044 000000000000000004382458b06cc27d04cec48dc9fa7031f81baf0a4dda06bf 1,112 0.74/1.00 vMB 25
384,043 384,043 00000000000000000c575cd964ec6b69231e081fbf20b24f5584060cb635751e 577 0.97/1.00 vMB 15
384,042 384,042 000000000000000004a96bedcdef847da4a5b0b68e864e6f526cf28daabc93d4 1,961 1.00/1.00 vMB 31
384,041 384,041 00000000000000000c38d166c42b7e9ee79f38faed6ceb82b2057d5307f47442 1 0.00/1.00 vMB 0
384,040 384,040 00000000000000000078919f8a487ddd240773302384b4638adccf4d83371618 1,127 0.54/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.85 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: 712.50 GB
    • Received: 17.17 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.