Loading Tool

Explorer IconExplorer

Memory Pool

87,930 transactions
33.02 vMB
0.12963223 BTC
Random Selection Loading Transactions
Max Size: 198.12/200 MB

Candidate Block

Mining Attempt 857a5419c8bc440f084e10627d088ed4c9667c424c806503835b5c97585a0b36
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root 7daf0c71339154977e4854b2c6b30d041c3350c03d071b6f2d001816e8b0a527
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,425
Size: 1.00 vMB
Total Fees: 0.04743406 BTC
Feerates: 218.18 > 4.75 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (437,267 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
477,805 477,805 000000000000000000ed4691adadf8e0d5a3a17644e2fb1f4b9099e2946ce65b 1,045 1.00/1.00 vMB 64
477,804 477,804 000000000000000000cc242f4d180bdbe93bbe3eba42e9d2e6b36bd464218ad7 1,662 1.00/1.00 vMB 85
477,803 477,803 000000000000000000620339de3d4f9789ab914854e37a37f4188a9210e14010 1,342 1.00/1.00 vMB 173
477,802 477,802 0000000000000000009e77eadc1c470d2aaa05994ca213b44fbed13ef4fcf9ce 43 0.02/1.00 vMB 113
477,801 477,801 0000000000000000001c99e0dd3cde796633a7e4191d1282b8799473cb5cf70f 1,574 1.00/1.00 vMB 118
477,800 477,800 000000000000000000f0304321c149784b2687eb97cb66ff228096713cdf296a 1,608 1.00/1.00 vMB 115
477,799 477,799 00000000000000000065faec4968bf8c286ba2a3d55cbf8dcf135014e97e9d93 1,686 1.00/1.00 vMB 75
477,798 477,798 0000000000000000012a068e75b22767c4694b2d8588ca2c6e1fae45285e04d5 565 0.28/1.00 vMB 151
477,797 477,797 0000000000000000011360acaf5f5f782c4cba4719be00f0ceedbb492245277b 1,804 0.99/1.00 vMB 151
477,796 477,796 0000000000000000007fe9418b8cf99cec07cd6865cc3d62cfdc2b93064d33e0 1,430 1.00/1.00 vMB 80
477,795 477,795 00000000000000000139f6bd6b9f58280393f8ab3f183e044607b4a8168412c8 1,952 1.00/1.00 vMB 32
477,794 477,794 000000000000000000735904147ecf02e80b5f092b08961eccd68a6a02edf409 1,187 0.64/1.00 vMB 144
477,793 477,793 000000000000000000c2595cdb44abb833be0140a3a90aeedcea524b0b106965 491 0.25/1.00 vMB 146
477,792 477,792 00000000000000000016ba7786309176445b838b36a16bd1ef3c3e3020473206 577 0.30/1.00 vMB 145
477,791 477,791 0000000000000000010e0373719b7538e713e47d8d7189826dce4264d85a79b8 1,916 1.00/1.00 vMB 111
477,790 477,790 0000000000000000003f2769ddf9ef716f487c9119f7c65afe8c515e1b9c5162 1,772 1.00/1.00 vMB 61
477,789 477,789 000000000000000000e0f47ef8652cd8c51b314cdec7b6e9c3afa6743a51411e 1,636 1.00/1.00 vMB 79
477,788 477,788 0000000000000000001229081b39eeb415f099f38388433d258be161b4836921 1,638 1.00/1.00 vMB 106
477,787 477,787 000000000000000000d4a256fee2ebeaab5abb7b2d84c4e7dadc098188624901 1 0.00/1.00 vMB 0
477,786 477,786 00000000000000000156f9d193c191c1c8ee80db9bfc65cecc58fe2a6d6e8fbc 1,722 1.00/1.00 vMB 208
477,785 477,785 0000000000000000014024d5349c8cd023ed324858fb08d28c9653f40f7f17fb 1,847 1.00/1.00 vMB 188
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: 11
  • Data Transfer:
    • Sent: 668.88 GB
    • Received: 15.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.