Loading Tool

Explorer IconExplorer

Memory Pool

84,028 transactions
31.93 vMB
0.10382172 BTC
Random Selection Loading Transactions
Max Size: 189.41/200 MB

Candidate Block

Mining Attempt f583ec4a1e509e83afb0ade090112aadd7a27769d6ee2d95aa6bc5b68b824451
Version 20000000
Previous Block 000000000000000000003b443d13fc0b2dcfb7e9b332783fd65c06267c1ae512
Merkle Root 117353eb0bf6a532e1412c650343addc43e7c32dc0c46dc14775a799c57383cb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,676
Size: 1.00 vMB
Total Fees: 0.02671995 BTC
Feerates: 502.67 > 2.68 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,070 (235,080 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
679,990 679,990 000000000000000000009c0788e42bd0b4a036b5af86c52ddaadb4ab17bba093 2,273 1.00/1.00 vMB 224
679,989 679,989 000000000000000000017c4db0ba679d9d44467738a8796de65a55f4827deae0 2,208 1.00/1.00 vMB 215
679,988 679,988 00000000000000000004624898220988f8429fecd86a4d667f10f9e590541b4e 2,528 1.00/1.00 vMB 176
679,987 679,987 000000000000000000098d7ad88e034a377c0f4ecea3047b62ac4a78ce323d9e 1,049 1.00/1.00 vMB 209
679,986 679,986 00000000000000000005df4c301b12a95e3d35cc7f4ce8318122d650b06dcee4 1,420 1.00/1.00 vMB 284
679,985 679,985 0000000000000000000a8542e93b8bada2a3b0e67e4f0e08d9a85a826ab3c7cd 2,986 1.00/1.00 vMB 289
679,984 679,984 0000000000000000000636129af33ee33d396c1f7bfc095fd56f7e95a8ae7d97 2,213 1.00/1.00 vMB 191
679,983 679,983 000000000000000000048cf48e8af3e33c3639889936335d2efea55e1e7bf9bf 1,700 1.00/1.00 vMB 229
679,982 679,982 00000000000000000006edbbfaa2e9e6936d7c5025a6fe8e60d3e68899e49ac6 2,736 1.00/1.00 vMB 300
679,981 679,981 0000000000000000000b9ef89786cf36138cf917f883e9077d06ba0d7bc57279 1,790 1.00/1.00 vMB 270
679,980 679,980 00000000000000000004c6e4041a8e8f6620ce199b10b77d6369af0087efb771 2,197 1.00/1.00 vMB 222
679,979 679,979 000000000000000000056c6b5979593ea7186565136f7a289ada9325447e678e 2,327 1.00/1.00 vMB 314
679,978 679,978 000000000000000000069f2fed93f40f5c6e87a95f22cad14c4158c426a583f2 1,167 1.00/1.00 vMB 243
679,977 679,977 00000000000000000008e592380e651dc8d8e8b09c5ed0d72368a6a5aaa48445 2,561 1.00/1.00 vMB 198
679,976 679,976 00000000000000000007ed4409e64d9884f38ca8d4aa38d61cbc6054bf935d97 2,677 1.00/1.00 vMB 290
679,975 679,975 0000000000000000000943eef79be52dac59335a84a8df077a105b204f9e8ca0 1,740 1.00/1.00 vMB 266
679,974 679,974 00000000000000000005aa8d4911dfe5cb8c5f1dfa3ad4998eaa1571e5a30f70 1,868 1.00/1.00 vMB 186
679,973 679,973 000000000000000000080a16974edff990bcd3a6a7c1d4f104e86b476ca81ccc 1,651 1.00/1.00 vMB 230
679,972 679,972 00000000000000000007a31b563dce4ed27c0ab72ad28239813ce97ec86681ae 1,922 1.00/1.00 vMB 288
679,971 679,971 00000000000000000005cc21816052f9f79f312437cde169aadf9921d2a60f7b 2,699 1.00/1.00 vMB 287
679,970 679,970 0000000000000000000768d02a484d9c2a08c78ffc897bf7b3d5eace8b1b870f 2,294 1.00/1.00 vMB 229
Previous 10 blocks ↓
Total Size: 782.52 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: 668.83 GB
    • Received: 15.59 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.