Loading Tool

Explorer IconExplorer

Memory Pool

81,324 transactions
30.44 vMB
0.11196058 BTC
Random Selection Loading Transactions
Max Size: 183.36/200 MB

Candidate Block

Mining Attempt 506f28db676474ae696120ac399dfb53c59dc72cdd4540235b7f990844a53100
Version 20000000
Previous Block 00000000000000000000199f724f1ef29eab80f2f04d88a242934c5235274752
Merkle Root 5c921e1dbc9e2519b6553128614c9034d4a68feff2125d0647ab05a916fc0483
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,407
Size: 1.00 vMB
Total Fees: 0.03764760 BTC
Feerates: 180.34 > 3.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,142 (421,663 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
493,479 493,479 000000000000000000714707de82108450706f94db900c98cc07528e5248b3cb 2,198 1.00/1.00 vMB 146
493,478 493,478 0000000000000000002ef284965d6c622edd6a714cd70c4cc1ead6c75889d84d 534 0.99/1.00 vMB 27
493,477 493,477 0000000000000000008acb33d6279c9424dd47e10d85454dd91264a3b58b0034 1,489 1.00/1.00 vMB 41
493,476 493,476 000000000000000000184be1f25b1d77d3b8571386b634c5a4b4540e4fd59349 1,779 1.00/1.00 vMB 52
493,475 493,475 000000000000000000ba25204c9fddec3a0996998312cc1a8405006588ea48d8 2,162 1.00/1.00 vMB 204
493,474 493,474 000000000000000000147ed9d26ae2c8ec302903b7fc74945db0d4c4b265e21f 2,199 1.00/1.00 vMB 78
493,473 493,473 0000000000000000001fd21447da2ef7ed751eea331453d6202c2ca80b49e7f4 2,170 1.00/1.00 vMB 99
493,472 493,472 0000000000000000001954c411c33be89f45ed609403bb0cac9843d71bf8b2f0 2,296 0.95/1.00 vMB 115
493,471 493,471 0000000000000000001d330cce883cebbc85d34ca6367639ef15da0dfdb723cc 1,983 1.00/1.00 vMB 211
493,470 493,470 000000000000000000a726dffb2c1e0b466b68f2ac3fb7b1ed9b5771b2b8e86d 2,212 0.92/1.00 vMB 124
493,469 493,469 0000000000000000009c14f8b9a9fa8588b00694dcbf545659a17604b5ac5db3 2,172 1.00/1.00 vMB 167
493,468 493,468 000000000000000000513d21d9a867baf2eb0f5e139364984ef168fc41d7fcb9 1,685 1.00/1.00 vMB 274
493,467 493,467 0000000000000000003d855cdcda40e221b523a1c45690b5e7df7b46094f9f20 2,371 1.00/1.00 vMB 181
493,466 493,466 00000000000000000036ed82e69118d06f43eff41e58074123650147c56f1173 1,585 1.00/1.00 vMB 103
493,465 493,465 0000000000000000002e8fc5348a1f1228d90e0bfb0c596240ad94e9ceaf0b28 1,488 1.00/1.00 vMB 172
493,464 493,464 000000000000000000a2d91b4dd99d24aba09fe12b804c389f5c747c43201e74 2,460 0.96/1.00 vMB 290
493,463 493,463 000000000000000000043aa18345f9a9a59dc4b684be43c24ab138cca8242b79 2,542 1.00/1.00 vMB 165
493,462 493,462 0000000000000000005b9befc78a440d0e2031ce4402685951df0e388ad7a900 2,298 0.94/1.00 vMB 286
493,461 493,461 00000000000000000056db2c8f95cf621b14d539b93bd7fba1fd62d98e9974b6 2,420 1.00/1.00 vMB 87
493,460 493,460 00000000000000000097e76efb3022a865b86d5e3b3d3aa17e70894c477eea6d 2,535 1.00/1.00 vMB 196
493,459 493,459 000000000000000000272cc765cc1c8f95d7855b302c785d36ec9a0b6425da08 2,359 0.93/1.00 vMB 60
Previous 10 blocks ↓
Total Size: 782.64 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: 672.42 GB
    • Received: 16.24 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.