Loading Tool

Explorer IconExplorer

Memory Pool

89,333 transactions
33.08 vMB
0.21025856 BTC
Random Selection Loading Transactions
Max Size: 199.88/200 MB

Candidate Block

Mining Attempt 3715f70b2987be4ec2f5f4a2a5dd8032646700ebc8586e48f64f53191d787e48
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 6f9b81c4cff381a5881be2cf1d6616c7c528cfa9d9156a26d74b39a0bb7069c3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,627
Size: 1.00 vMB
Total Fees: 0.09444634 BTC
Feerates: 387.56 > 9.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (282,648 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
632,305 632,305 000000000000000000029432fd612e334914f712a0a3ef44d27986e7358c2b12 333 1.00/1.00 vMB 6
632,304 632,304 0000000000000000000956f6f17ec2238d8d938a26676efd3bc0f5833679b621 2,267 1.00/1.00 vMB 15
632,303 632,303 000000000000000000110064bc63021b0d41518ac8830088f75b380790f2f30a 2,520 1.00/1.00 vMB 77
632,302 632,302 00000000000000000009b6cef13ffbaa6048743ace2d21bf1244255f99194351 268 1.00/1.00 vMB 12
632,301 632,301 00000000000000000001c8b1d157d5bcb0d41019b2b6084e7e8af3f4dadb497e 2,214 1.00/1.00 vMB 43
632,300 632,300 00000000000000000002b424aeb97a2bce96b0a457f0d6d063673415f71d4a88 2,178 1.00/1.00 vMB 42
632,299 632,299 00000000000000000001270fa2dbc6eae7c1f7685272e71a64f5327b7d795655 920 1.00/1.00 vMB 19
632,298 632,298 0000000000000000000a78c90d2c4c46a79be12390449eb4af54e728abc7a770 1,901 1.00/1.00 vMB 39
632,297 632,297 0000000000000000000bb2b0c825608eddc4d399db01321d05f99c4634a0cbc7 383 1.00/1.00 vMB 7
632,296 632,296 00000000000000000003bea2c8ed0d04fd376f1b6387c5eaeb553488ed7cba6e 1,315 1.00/1.00 vMB 23
632,295 632,295 0000000000000000000ecbe81b53d952f68a56d8f99a8ef762cb86a13518e680 1,836 1.00/1.00 vMB 16
632,294 632,294 000000000000000000089ed6be0d42e3c8bf16864416f463ecfd7b5ba1472808 2,481 1.00/1.00 vMB 73
632,293 632,293 00000000000000000003ab4cdd867e227ffaec6fb84a89403eed2bc9e3e12607 984 1.00/1.00 vMB 16
632,292 632,292 0000000000000000000f2d364c28f1122353f9b39f9a5d753d72dad273c6d3d3 864 1.00/1.00 vMB 14
632,291 632,291 00000000000000000005be31140c815db18c4ffee346d429967e768a71e4200f 2,335 1.00/1.00 vMB 35
632,290 632,290 00000000000000000004510e37c04e259421c03eaef0b7049c3ac562ce721453 2,368 1.00/1.00 vMB 53
632,289 632,289 0000000000000000000a12fea13cb4c1c3ff52710c93a156dd57fba16e7dd4e1 1,396 1.00/1.00 vMB 21
632,288 632,288 0000000000000000001071513dc5150dcb017a8087f0e2c0e49d3dba14960633 1,781 1.00/1.00 vMB 25
632,287 632,287 0000000000000000000dba0d204c8e2e932bb26397552af2fee0f907bf8114ce 2,588 1.00/1.00 vMB 43
632,286 632,286 0000000000000000000fbea7c704e344bcd0484f2494f4177ca9be007f472985 2,255 1.00/1.00 vMB 39
632,285 632,285 000000000000000000110870eb3b9f731325a587aed817d53de3e6391c4301b4 1,919 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.31 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: 660.19 GB
    • Received: 14.62 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.