Loading Tool

Explorer IconExplorer

Memory Pool

49,983 transactions
30.12 vMB
0.09941214 BTC
Random Selection Loading Transactions
Max Size: 161.20/200 MB

Candidate Block

Mining Attempt 03c5ba87c9ee369575fdb33ed6ea4df03dee49607c8e461b39ecb34297277f79
Version 20000000
Previous Block 00000000000000000001073fbbdfd9cf89877f0a8ea98729a2d0c883dbdb3937
Merkle Root 052aca8b1f4e7db9b240bb79372fd3c37ed731c116df02e0dd7aa0d940bed766
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,306
Size: 1.00 vMB
Total Fees: 0.02979810 BTC
Feerates: 80.71 > 2.99 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,813 (524,784 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
390,029 390,029 00000000000000000746978d37f9dbd6782ce06894d1a8fe62726d4c0ae2d236 1,530 1.00/1.00 vMB 21
390,028 390,028 0000000000000000076e8f91805481567be1c1403f470860f819daf6991551f5 3,390 1.00/1.00 vMB 53
390,027 390,027 000000000000000003f2ddcc8324750f14abfff58b4b3fa4d5564a92a90e1cc2 2,362 1.00/1.00 vMB 34
390,026 390,026 00000000000000000203425142c1f4071eb73dc62e76226db71f81d512525721 313 0.15/1.00 vMB 26
390,025 390,025 000000000000000006ac858a2f7d1c1d66861dbf9d3c3cb93b683a65faabe965 1,391 1.00/1.00 vMB 18
390,024 390,024 00000000000000000af520f2fdf229cb29787f50a752183bf590b8b91c118707 1,025 0.53/1.00 vMB 33
390,023 390,023 00000000000000000034ee671e9da80e6075cb6f61cadd1589b350e5ebf71c0d 198 0.11/1.00 vMB 20
390,022 390,022 0000000000000000019cf280540beed8f02a0879879cdeabefee8d53b32d0052 1,109 0.99/1.00 vMB 19
390,021 390,021 000000000000000008c4757c97d5cb81a7a5dcf7a77576e4403166ebc8a755af 726 0.70/1.00 vMB 15
390,020 390,020 00000000000000000818a21f368291472e4adbc73af2823129350b79e3fdaf0d 2,737 0.93/1.00 vMB 53
390,019 390,019 000000000000000006be0ca2568691e0c6f79034c1e693c54cea2d722badb681 1,787 0.75/1.00 vMB 36
390,018 390,018 0000000000000000052061e6cf4f36110c324cafd8fc58d1f333e0e88842bf1e 2,140 0.95/1.00 vMB 39
390,017 390,017 000000000000000008ec7e90c4d138e7c12b6a36ce18a1de1e94c081d51b878f 599 0.75/1.00 vMB 16
390,016 390,016 000000000000000001258c23758a805b2a2ce02d80a0c7a66f0880c78884b053 184 0.25/1.00 vMB 12
390,015 390,015 000000000000000007978f12adc389f8d896b4e943ac6f2dfa77511f07558a8e 165 0.25/1.00 vMB 8
390,014 390,014 00000000000000000ab7f3563907577e4463a36d2d4519e1aa6452b3c042e9e7 343 0.95/1.00 vMB 8
390,013 390,013 000000000000000009e666984eba46c58eb43ae4dd53e5e9a40fde3047f5b0b3 488 0.59/1.00 vMB 14
390,012 390,012 0000000000000000076b01ff1d06db6f596e567746c3a157f9ee069470c90a4b 1,362 0.60/1.00 vMB 46
390,011 390,011 000000000000000006eafb9f626ac03d5814e8abe1160e8530dafa3378a72c08 1,086 0.93/1.00 vMB 21
390,010 390,010 00000000000000000a9cf0109e7b26d9d9a7d460d90ba096fc972e8615b7d96a 2,583 0.95/1.00 vMB 46
390,009 390,009 000000000000000001d08124de900b3a8ee1f53cb0246af7fd9dcee8f0509057 987 0.65/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.06 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: 651.10 GB
    • Received: 13.40 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.