Loading Tool

Explorer IconExplorer

Memory Pool

81,613 transactions
31.64 vMB
0.07621988 BTC
Random Selection Loading Transactions
Max Size: 192.14/200 MB

Candidate Block

Mining Attempt 7fa458eac682091f593bbefaeab7622eff12dd4ff9421800275fbfaa00b6c417
Version 20000000
Previous Block 0000000000000000000031ba7fe1eeefe76d233c2558b7cc402ecad40e6ac670
Merkle Root 3c1338b73ac71767676082811ea9dad8a8fdb7f4c88c39f81309e06046f4def3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,606
Size: 1.00 vMB
Total Fees: 0.00736579 BTC
Feerates: 73.20 > 0.74 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,214 (870,259 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
44,955 44,955 000000002ed3ad07c0931c18ae4b24a234e846e1b5630ed437c9010b9544ea20 1 0.00/1.00 vMB 0
44,954 44,954 000000001ae26e7422b02d4ebb0b734fc3bb5ab950460cf62eeaf00e1fe2b4cd 1 0.00/1.00 vMB 0
44,953 44,953 000000002e9555fa6ad7017be4c48942d4a07cee7539148f7b98bb526a999455 1 0.00/1.00 vMB 0
44,952 44,952 000000000a9d8a7805bb3d7e18a5b403287c80f6bd4fca096dabbcbe4092705c 1 0.00/1.00 vMB 0
44,951 44,951 000000001fc85bb2f0727175f57804fdb1260103f6083fa41dcca36190a4776c 1 0.00/1.00 vMB 0
44,950 44,950 0000000018e99bd93bc4995b2a403765a304163855c6cbef0b3f5b2db93ed9b4 1 0.00/1.00 vMB 0
44,949 44,949 0000000032ab76e0312004af26b0b6efe23914441aa7f5ea1f45fa907d61e82f 1 0.00/1.00 vMB 0
44,948 44,948 00000000283d83bdc7f8957a8080a1e38992fd657fe693313c7bb775287782b5 1 0.00/1.00 vMB 0
44,947 44,947 00000000165d245b397866163bf9f859e272129af215d8afd190dd8ff842c61a 1 0.00/1.00 vMB 0
44,946 44,946 0000000017335123b3a09738edbc93a357b3f3faf3308799ff88d525061766f5 1 0.00/1.00 vMB 0
44,945 44,945 0000000008f7f8a0f44a5931f48a7ae7155c0b1e131809f450c9f3f20a050417 1 0.00/1.00 vMB 0
44,944 44,944 0000000007f646a2a3b13b806eb43e8a38a0879dffac93f404e8abc708306754 1 0.00/1.00 vMB 0
44,943 44,943 0000000012858303ea7be6749402a2a761e7844b219c5760bab63d734e50b38a 1 0.00/1.00 vMB 0
44,942 44,942 000000002e0929c58f15a7e2b2436a01615900e74c6b496d7f8940b4bf1a676f 1 0.00/1.00 vMB 0
44,941 44,941 0000000032b2c5e09c8878e6e15d83054dbf8e76baf653905f35020801d8cc76 1 0.00/1.00 vMB 0
44,940 44,940 00000000350c5a82acc1455fd9462b1cb102ef3522f6c34d12737b684c9b2456 1 0.00/1.00 vMB 0
44,939 44,939 0000000034ecaf4c08b5195f7527ac63a8da5998dbba70d5b2bf3aef4d0e8179 1 0.00/1.00 vMB 0
44,938 44,938 000000002f4389ce902391f803443d5ffee740fef5310a2be9d7daab19ced2c7 1 0.00/1.00 vMB 0
44,937 44,937 00000000322a9dad974ea7c8cdf5e48d908a51a04280520a13e604374f048770 1 0.00/1.00 vMB 0
44,936 44,936 000000000341beca562e7315fd6a80fc34036389fed56320140da650d49b9244 1 0.00/1.00 vMB 0
44,935 44,935 000000002e754b012ff0e51fe24d55d3453b643403b10987aa406f7b4bc930d1 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.76 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: 708.96 GB
    • Received: 16.80 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.