Loading Tool

Explorer IconExplorer

Memory Pool

88,398 transactions
33.03 vMB
0.12189739 BTC
Random Selection Loading Transactions
Max Size: 200.00/200 MB

Candidate Block

Mining Attempt cfa0ab96068263cf5ab8069ec4bb52c6be495c8a8b6e9a1ccda44656e9c62a2a
Version 20000000
Previous Block 000000000000000000009cc3403b9757f9232658f0f77f1827104ea56c8d475d
Merkle Root 5cc34169d85ba136de0c25018496d6552fe643b8e1b55dd6fcd6720effed2c9e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,910
Size: 1.00 vMB
Total Fees: 0.03578773 BTC
Feerates: 318.30 > 3.59 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,341 (432,178 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
483,163 483,163 0000000000000000000f31e580d4ab02497ce475d321ac5bb2c0c9bc4a6287b1 1,710 1.00/1.00 vMB 261
483,162 483,162 000000000000000000da5d057cb3ad421cd9135b2d11898818f6f0c1e84287f6 2,207 1.00/1.00 vMB 355
483,161 483,161 0000000000000000002afd9161d94469099c517a00e6db3dfa656372810b1de5 1,952 1.00/1.00 vMB 250
483,160 483,160 0000000000000000008e90c817cc246927c909804874762a4f99669cae4c6873 2,115 1.00/1.00 vMB 199
483,159 483,159 00000000000000000116fb9a2e17ed47ec7293c12f2793c804c44a0cb9db3d6f 1,987 1.00/1.00 vMB 58
483,158 483,158 0000000000000000013bfb7d67c1b0ef1119551ceafe8f7f43fe7f5ed7a2993d 2,010 1.00/1.00 vMB 316
483,157 483,157 0000000000000000003e839e6db749266103e22aabd3f8b5004e6da3a40d3db0 2,054 0.99/1.00 vMB 100
483,156 483,156 00000000000000000098551da53da71fc50df9c91471e734530475cf6e065f07 2,085 1.00/1.00 vMB 317
483,155 483,155 00000000000000000042188d6f6b0ad01331462ae1e1aaee5ab15c00f1a5a28c 1,888 1.00/1.00 vMB 191
483,154 483,154 000000000000000000565f92d7b9cb4ad049fdb888d02bc2e684c45dcb4899ff 999 1.00/1.00 vMB 164
483,153 483,153 0000000000000000011e7466837e45ccc6d7ef183b505146683bc74cdb559ad0 1,755 1.00/1.00 vMB 120
483,152 483,152 0000000000000000004359b62116992b71e8e451705d6bda78ced5b58cb27f4f 2,037 1.00/1.00 vMB 283
483,151 483,151 0000000000000000002763236e0ff8d4dc025728dd23f6a69b6832e96c1211dd 1,508 1.00/1.00 vMB 196
483,150 483,150 00000000000000000077ae525114470ad3038a73add54a7b1a59f04889f68818 2,184 1.00/1.00 vMB 398
483,149 483,149 00000000000000000017497a46bb753a7912627fe0ad1141431dc3f61d18ff68 1,842 1.00/1.00 vMB 239
483,148 483,148 00000000000000000034aafb4f9d2266c368d801c6a85687b6d496689c855b84 1,863 1.00/1.00 vMB 198
483,147 483,147 00000000000000000120091d36c938ac39aecc8a84679719cf6852c4c4d9e271 878 1.00/1.00 vMB 155
483,146 483,146 0000000000000000011bb5e46cda965eeeebdac908dda842368be7df066aaca7 1,943 0.99/1.00 vMB 231
483,145 483,145 000000000000000000de1625e223d88782add24b6ec18eaf65f1aba701accd61 1,339 1.00/1.00 vMB 300
483,144 483,144 00000000000000000098caf7f86950bd6e2e58a639b9af76aab4fa2bd03efe9f 2,131 1.00/1.00 vMB 430
483,143 483,143 0000000000000000009aae0de62d0fa738ee934b3a70165c863a8deaeda513dc 1,844 1.00/1.00 vMB 423
Previous 10 blocks ↓
Total Size: 782.98 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: 717.13 GB
    • Received: 17.82 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.