Loading Tool

Explorer IconExplorer

Memory Pool

41,807 transactions
28.65 vMB
0.07096821 BTC
Random Selection Loading Transactions
Max Size: 146.42/200 MB

Candidate Block

Mining Attempt f9f3e1adfb1e246c50eec549f833053e5f688c5f949c9ac7cbe484c31b94fe31
Version 20000000
Previous Block 00000000000000000001064b98061a9986019af96532560f736a38d93be7743f
Merkle Root b9efc33994b968a4377f46f507face7eaf6f66f567c7d456b04c634f503fcfe4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,697
Size: 1.00 vMB
Total Fees: 0.01537365 BTC
Feerates: 104.56 > 1.54 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,630 (324,588 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
590,042 590,042 000000000000000000150f0a9fc1ecc63f0eff89ef682ea09318b14e31cf6b7a 2,452 1.00/1.00 vMB 18
590,041 590,041 0000000000000000000882c3515516ae1db9917741ada8ac4a2fc7c427ec5bd5 2,660 1.00/1.00 vMB 48
590,040 590,040 000000000000000000070ca0715cb5abc90000bd906e98ab420a2b37fcf8507f 2,677 1.00/1.00 vMB 10
590,039 590,039 0000000000000000001099ab5febd9618def3ccb3b621a92207f4635e80bc5a2 2,921 1.00/1.00 vMB 33
590,038 590,038 0000000000000000001b5b4b7a8e4f5ecb4e03e0048aa4c38c344def81438ff3 2,600 1.00/1.00 vMB 51
590,037 590,037 0000000000000000001603b426c92a5a7ac16f039551d56ab55491f9100655da 2,682 1.00/1.00 vMB 71
590,036 590,036 000000000000000000123847aa6a13482f6aa4bf009ba07592315e07d4bdbcad 3,255 1.00/1.00 vMB 75
590,035 590,035 00000000000000000004fbc9f577ce4c7f145ef7f681dcb4d4e90e907431fb71 3,493 1.00/1.00 vMB 86
590,034 590,034 0000000000000000000874ac2f8725547f16c99c81200059aee597e7b40eb547 2,463 1.00/1.00 vMB 37
590,033 590,033 00000000000000000002c0a13fe9e5dfdb81d33f3eb51a8f592ff6f0321e8ab1 2,039 0.79/1.00 vMB 5
590,032 590,032 0000000000000000000dd1f24d26f8b99eb260705d3ab4bd145db9c68dbe89dc 2,458 1.00/1.00 vMB 29
590,031 590,031 0000000000000000000a2d174004c680d3f7c4635769b4926b0f5188b5acecd6 2,721 1.00/1.00 vMB 45
590,030 590,030 0000000000000000001347f1fc735c952fb120f8b54c14c54ad7b200a7dd6ff5 2,895 1.00/1.00 vMB 84
590,029 590,029 00000000000000000007e430296f4cd649b1c3c7611f0c044bec4ec615c9e2a5 1,725 1.00/1.00 vMB 65
590,028 590,028 0000000000000000001bfdb9b815770650801c6eaa376c00b047952b5938da06 2,625 0.94/1.00 vMB 34
590,027 590,027 00000000000000000015933143d4f4a8c7f6523205df7d176a8340d91ec5c557 171 0.05/1.00 vMB 22
590,026 590,026 00000000000000000019bd1fc8365f660bf55993cea3e290f8c9199e29464368 726 0.28/1.00 vMB 28
590,025 590,025 0000000000000000000dd106f2b1c5adf95a29a9a5f302c002d6fde94d572aa0 2,056 1.00/1.00 vMB 26
590,024 590,024 0000000000000000000d5712f0c70d9fd08b69443b12e4cc2aa28c78cf6037a6 2,561 1.00/1.00 vMB 10
590,023 590,023 0000000000000000000f7b6b775fff0fa09f8d127e382d5b2481d98cfb8ac058 1,576 1.00/1.00 vMB 15
590,022 590,022 00000000000000000000cdf6ac7888db8670349361d5fe66f2e81ec60fd037cd 2,507 1.00/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 781.74 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: 630.35 GB
    • Received: 12.02 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.