Loading Tool

Explorer IconExplorer

Memory Pool

35,564 transactions
27.72 vMB
0.05757963 BTC
Random Selection Loading Transactions
Max Size: 139.43/200 MB

Candidate Block

Mining Attempt e9233963131730fcc0f74dc3e0e7bae2780f5d3cef9609bc8b4b1db2c1f6af4b
Version 20000000
Previous Block 000000000000000000001eec6b34950aef5a43e49a51ec58f8f5b097e691fd39
Merkle Root 531d36a27a75d48eb8ee745c1440fe321baf82bb5bb8637e01d39dd247e26f50
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,888
Size: 1.00 vMB
Total Fees: 0.00487291 BTC
Feerates: 40.21 > 0.49 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,622 (153,744 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
760,878 760,878 00000000000000000004e318cced23381a82a1cec91a48ebe2389f8386764285 1,123 0.57/1.00 vMB 8
760,877 760,877 0000000000000000000685f7820b90ff1170f926e37e570b870e7d7a0c0046b7 2,525 1.00/1.00 vMB 12
760,876 760,876 000000000000000000046309589649c455585e2a52c632717dd96076155be99d 1,480 0.50/1.00 vMB 15
760,875 760,875 000000000000000000048eb3c7dbf32957cafdc7aedcadd4f4280b3b99acb305 2,211 1.00/1.00 vMB 10
760,874 760,874 000000000000000000073481cdf25bf28ff73f66e22d337eaa5bf44b7e04c6b9 3,060 0.95/1.00 vMB 12
760,873 760,873 00000000000000000003bc81b00e51d401d96587793da899b3f0f38659b01848 1,218 1.00/1.00 vMB 2
760,872 760,872 0000000000000000000033c894ef47e372cd8d032bb15a9f9fa3bd8b03fb30f7 1,939 1.00/1.00 vMB 18
760,871 760,871 000000000000000000025c3aa11e5e7f000ade425d092f9b47d94aedd014f73e 2,998 1.00/1.00 vMB 15
760,870 760,870 00000000000000000001dba3f45274243833205f5b7da10aa4370d4771b8a9ee 947 1.00/1.00 vMB 1
760,869 760,869 0000000000000000000118ecbffb342b74cae947d230046ec523314dac7dbc4e 1,240 1.00/1.00 vMB 5
760,868 760,868 000000000000000000046f841c72452050a7e13fc2f86756de264a2b4ca3ce80 2,466 1.00/1.00 vMB 6
760,867 760,867 00000000000000000005a68560f64f2b1049e66ddc11b9e940816e3050616b0e 3,218 1.00/1.00 vMB 16
760,866 760,866 00000000000000000005fa59a6b75ebbaa8edd06bc2e7d040304765c47515a82 3,156 1.00/1.00 vMB 23
760,865 760,865 000000000000000000069a0c62edeb6245273faba9e80ea45a5a431f1db389c0 1,498 1.00/1.00 vMB 2
760,864 760,864 0000000000000000000714c88ede3549343588a486012e666a195d4a0ad89888 2,660 1.00/1.00 vMB 8
760,863 760,863 00000000000000000000c1f5b838a3ac80e3937de688bbe44cdc95af47830e22 2,625 1.00/1.00 vMB 10
760,862 760,862 00000000000000000002503e97e264e1fcadbaf303641d0853d8c08aff032595 2,372 1.00/1.00 vMB 16
760,861 760,861 000000000000000000029576cff146e43d27d30151cb89d74e8ecc2f33efcb94 1,775 1.00/1.00 vMB 17
760,860 760,860 00000000000000000003a86cdcf2c96e1dbd8f20cf19c86723665db07cf32cb8 2,751 1.00/1.00 vMB 20
760,859 760,859 000000000000000000051d9efb076ffef0e3c3c9ce57ef8ab877248cafaf7b98 2,521 1.00/1.00 vMB 7
760,858 760,858 0000000000000000000350be93d8c5f85f250d867ff5de0d324f94649876704e 3,279 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 781.72 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: 629.85 GB
    • Received: 11.96 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.