Loading Tool

Explorer IconExplorer

Memory Pool

77,939 transactions
30.05 vMB
0.11316083 BTC
Random Selection Loading Transactions
Max Size: 179.50/200 MB

Candidate Block

Mining Attempt edce2aa788d8a5d143fc251ef8e90011f9b24c816415e157f70f6fd8fb43b7b8
Version 20000000
Previous Block 00000000000000000000709f2cd07f7bf3bc6a381136414fb4c7737559e2618e
Merkle Root 1ede66ff235cae0616960da3e7835beb1ed02694206d3d54afc5147c97ce4902
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,373
Size: 1.00 vMB
Total Fees: 0.02773019 BTC
Feerates: 107.93 > 2.78 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,274 (434,017 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
481,257 481,257 000000000000000000308985c2cce8b3032bb9b94b01db5b2e15b9d05487a5b0 1,959 1.00/1.00 vMB 52
481,256 481,256 00000000000000000080f083e49640fc5f9ef5fb322970c3ac23442e901b50c6 1,911 0.99/1.00 vMB 162
481,255 481,255 0000000000000000004464de4b9236943364857cbe9cc22d7f36d94d172cbfbf 1,900 1.00/1.00 vMB 168
481,254 481,254 00000000000000000021c15c3e3876c12d6873d022950d120cd43203ce866766 1,952 1.00/1.00 vMB 257
481,253 481,253 0000000000000000009f87f1c8ccb224469ed8192b43dc60dcbd89c367b46448 2,034 1.00/1.00 vMB 260
481,252 481,252 0000000000000000006d884c5581707c8abec2881ac9ea979f1ae026c0a24425 1,517 1.00/1.00 vMB 136
481,251 481,251 000000000000000000f9a30f136bc7a62c1c9561ad456eec2230cc94483f3ce1 2,168 1.00/1.00 vMB 272
481,250 481,250 0000000000000000003d6ab605d8aae9c21fdaece738b2ab2f838daec2810b0a 1,640 1.00/1.00 vMB 40
481,249 481,249 000000000000000000cc0c60ea28042fb1fbc7f295cc5cddc958ec7d7eb8d9e3 1,965 1.00/1.00 vMB 110
481,248 481,248 00000000000000000094855865e3a5f45b96451f720747941fc7529703fc6151 1,791 0.99/1.00 vMB 282
481,247 481,247 0000000000000000008ab0fdf7e496398f7ad9f2836725dac92b98163a4c930b 933 1.00/1.00 vMB 218
481,246 481,246 000000000000000000838daf74fe402b168b83b99613cb0dd28a896ceb215db1 1,852 1.00/1.00 vMB 361
481,245 481,245 000000000000000000e2500a5473948bab6dbfa571c6de532180c1fed3db36d1 2,421 1.00/1.00 vMB 275
481,244 481,244 000000000000000000366e9ac0550f06bd89f57fc51bba0f5a986f63fc703e78 2,290 1.00/1.00 vMB 217
481,243 481,243 0000000000000000000bef3cd0dd1a1d5127c3123446921aafecdc1fc0868607 1,896 1.00/1.00 vMB 63
481,242 481,242 0000000000000000009134e9807f15e26e76aeb1e51010d4f0dac699a95b3b9a 2,022 1.00/1.00 vMB 176
481,241 481,241 0000000000000000012e7500bfe4ce2708a6f6932b0dcf5fc8d3b5b3c8be5b4f 32 0.01/1.00 vMB 673
481,240 481,240 00000000000000000015f4df4d176e7b1d59fb001d1f908755582d4bfa1d75d6 1,827 1.00/1.00 vMB 197
481,239 481,239 0000000000000000004d970ba9dd0db994fb5ea1c92f454e4e75b1736d4c5608 1,662 0.99/1.00 vMB 243
481,238 481,238 000000000000000000e10077f6d1829cce5eb9571ede2783a7b494f650f48ea7 2,090 1.00/1.00 vMB 292
481,237 481,237 0000000000000000000c9dc7a615e2e15c8643530d253af7c25db8bf4d088a90 2,240 1.00/1.00 vMB 240
Previous 10 blocks ↓
Total Size: 782.87 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: 713.06 GB
    • Received: 17.30 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.