Loading Tool

Explorer IconExplorer

Memory Pool

36,720 transactions
29.77 vMB
0.06984448 BTC
Random Selection Loading Transactions
Max Size: 148.19/200 MB

Candidate Block

Mining Attempt edd9d3637f515e5fa960f80712daa707010a6ed49eedfa5f4545e2e596570444
Version 20000000
Previous Block 0000000000000000000169debf8f236758b3fc2589a34d5d20255a4020488a10
Merkle Root 5dde2910cfad857ec1084cd0c5ba76e2e6fdb423c9df46a1948b947bc158709e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,892
Size: 1.00 vMB
Total Fees: 0.01106099 BTC
Feerates: 100.65 > 1.11 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,469 (425,328 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
489,141 489,141 000000000000000000d839e960f1d878842b4d57a0050a971579e996cc7a6c5a 1,068 1.00/1.00 vMB 41
489,140 489,140 000000000000000000546a7c63062957011c96e197d13cca67306ac3b41997aa 2,146 0.98/1.00 vMB 165
489,139 489,139 000000000000000000c83726c147371bc8254eb229d7f60adc88a200757f0a9a 1,286 1.00/1.00 vMB 73
489,138 489,138 0000000000000000006bae2cb48dcb1cd584c9b177a4feb380939553d015fb23 952 1.00/1.00 vMB 66
489,137 489,137 00000000000000000087562dee95d0dbdfd8508bd3333b114b2e3d6b512b4fc0 755 1.00/1.00 vMB 42
489,136 489,136 000000000000000000e8b0e2894a9116e51e3f6e878d4efcfe0578c5e3eab127 1,962 0.85/1.00 vMB 151
489,135 489,135 00000000000000000083b382f6f545ed475dc0e1dff6bf1d6c7491e975ecc1f2 1,723 0.93/1.00 vMB 85
489,134 489,134 0000000000000000009b8fedbcdb657603c4788364593e2bc9b26c92e9e50376 1,361 1.00/1.00 vMB 10
489,133 489,133 000000000000000000a734badbff31d42c9115e6ca74d951179131b698905d35 2,062 1.00/1.00 vMB 106
489,132 489,132 000000000000000000e8d2ac17501ad02da99f519e8cb7ec1db72250b78473ce 1,458 1.00/1.00 vMB 45
489,131 489,131 00000000000000000087a77338834db0af26d01ed0c16ff7fceb6536638f2a1a 480 0.70/1.00 vMB 46
489,130 489,130 0000000000000000003425c84d3847c6cb26bda0a442fee2f6803319df2303e5 2,051 1.00/1.00 vMB 103
489,129 489,129 00000000000000000092969df110b97d4b9058922296852a102c3cb5ca45f3e2 2,002 0.92/1.00 vMB 98
489,128 489,128 0000000000000000005744ba351f7fcd6dfe71846c28088d18f82cfdeb7d3b50 1,989 1.00/1.00 vMB 133
489,127 489,127 000000000000000000e0f7329ec00bfd6dc0ebc4648d8a3fe58430abede2e3d2 2,168 1.00/1.00 vMB 95
489,126 489,126 0000000000000000009758d39a9a64b3553562dd0f4232cedc9586d4c11eca81 2,388 1.00/1.00 vMB 47
489,125 489,125 000000000000000000f54159c9550bec373b27c1df71a2c573e16cc799d127dd 1 0.00/1.00 vMB 0
489,124 489,124 00000000000000000050e4a8a24cc29f7723eff7d2d9926dd5705f673feeff42 1,480 1.00/1.00 vMB 54
489,123 489,123 0000000000000000002a378139ecd8f9f42bc10a1e8f66048da954e1455c2b2a 2,219 0.96/1.00 vMB 128
489,122 489,122 0000000000000000007e9224111e1a1c0cef77b347c6e023e12a705e87b9e920 2,080 1.00/1.00 vMB 98
489,121 489,121 00000000000000000014dcdd7e7bc1f8c5ddab2a3717cafbc5a50a23f3cce029 2,099 1.00/1.00 vMB 82
Previous 10 blocks ↓
Total Size: 781.44 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: 610.36 GB
    • Received: 10.72 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.