Loading Tool

Explorer IconExplorer

Memory Pool

81,732 transactions
30.36 vMB
0.08285963 BTC
Random Selection Loading Transactions
Max Size: 182.94/200 MB

Candidate Block

Mining Attempt e7ea6ba4fab0160496873ea83da0f5d97f0bb97c516ce16a558db9abcd41d439
Version 20000000
Previous Block 000000000000000000019df273a09481953b04854e28e5bee40f0a5bbd926969
Merkle Root f8782e524c3da9d6a177e5291422ef784595ec84424bda49b6725e764e768078
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,058
Size: 1.00 vMB
Total Fees: 0.02018071 BTC
Feerates: 203.60 > 2.02 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,973 (239,140 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
675,833 675,833 00000000000000000007d95d42d898833588c73cf2ed9debdd2addd758109d47 2,410 1.00/1.00 vMB 48
675,832 675,832 00000000000000000007a54b36db095863609fec4761634d4acb0b326a9d4b9a 2,651 1.00/1.00 vMB 60
675,831 675,831 0000000000000000000330c2e698f9a2e2d44b01ec20b0913f8811e7c2101eaf 2,820 1.00/1.00 vMB 90
675,830 675,830 00000000000000000002070294eceb6d653fd4ca1982902446c62b7d1d9bbd09 2,685 1.00/1.00 vMB 46
675,829 675,829 0000000000000000000962a10403ad7fdfa5e8385b66e81b57e13c84ad7e1f91 2,676 1.00/1.00 vMB 57
675,828 675,828 00000000000000000004afadc7745c7db1601abf490bc006513a94ec396f8695 2,923 1.00/1.00 vMB 75
675,827 675,827 0000000000000000000423483267a6153a6fc4e13a622cc0a0f0a61f06cd8374 2,400 1.00/1.00 vMB 80
675,826 675,826 0000000000000000000b01cc6a085fff0e8c03345fb1e5db1376c3ed5b6bd3eb 782 1.00/1.00 vMB 71
675,825 675,825 000000000000000000075c92d7de766d656f4df1ca29e34c7e38eb5f8d28f74c 2,769 1.00/1.00 vMB 90
675,824 675,824 0000000000000000000c363ac4eb4066cd44a68f079bf630a6b8cefd4c93c4e2 2,173 1.00/1.00 vMB 35
675,823 675,823 00000000000000000004c440335e58e91a1d533e68ae2c5c75d3d2b001c6a5c4 2,764 1.00/1.00 vMB 37
675,822 675,822 0000000000000000000b46e1a6d593c5717861e7e73404c3a74fcf65369cd90b 2,453 1.00/1.00 vMB 74
675,821 675,821 0000000000000000000a9404c7215c753bdd6db09440ab21d4408510ab2c4597 2,477 1.00/1.00 vMB 71
675,820 675,820 0000000000000000000a2447b967762cb0199f2002c39a319074bd92eecd800c 2,262 1.00/1.00 vMB 64
675,819 675,819 000000000000000000051556c2b5c7bce3994a72e9e558cabce0d8f0cca19234 2,696 1.00/1.00 vMB 64
675,818 675,818 0000000000000000000875fc576be323e1706c19fc705109f12c163325e8dc16 2,279 1.00/1.00 vMB 61
675,817 675,817 00000000000000000002d6ec7a06bb3803674ee3acdb9458b9360e4d15bf0037 3,091 1.00/1.00 vMB 85
675,816 675,816 00000000000000000001aa25754a1a40d802a4f903d26eb96e020fc632bc78ee 2,885 1.00/1.00 vMB 92
675,815 675,815 000000000000000000046d3758877b0c053db18f42651b52f0b478c7f5f266fc 2,798 1.00/1.00 vMB 48
675,814 675,814 0000000000000000000745f3229f86e5883cf00306f65f0a22df65906f6d38db 1,225 1.00/1.00 vMB 66
675,813 675,813 00000000000000000003e400f5e7773ea2a04b17a7d42de56b9c54e9ee59a2e3 2,409 1.00/1.00 vMB 88
Previous 10 blocks ↓
Total Size: 782.34 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: 661.27 GB
    • Received: 14.80 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.