Loading Tool

Explorer IconExplorer

Memory Pool

39,771 transactions
27.11 vMB
0.05623202 BTC
Random Selection Loading Transactions
Max Size: 141.68/200 MB

Candidate Block

Mining Attempt 73bafda4d45eee747acffa2c6e76ad241eb34935cb3524bb1ea5e3f5a4dd2f61
Version 20000000
Previous Block 00000000000000000000245eed505a538a5d305de614b12adbe4c5ba2b15f80a
Merkle Root b399783158de255171f527e422d446410c667f4c78d4d3306e695a2f74f5d48a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,334
Size: 1.00 vMB
Total Fees: 0.00595449 BTC
Feerates: 69.10 > 0.60 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,863 (435,428 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
479,435 479,435 0000000000000000004b690fc119df8266a75307f0d5c3e79da5f526dfbb3644 375 1.00/1.00 vMB 12
479,434 479,434 000000000000000000f055c0486fcb450d47fbcc71ecd9b9aafb0168c22f4f54 1,154 0.66/1.00 vMB 91
479,433 479,433 000000000000000000343a2db85f0faf67e95f367c2828fad783b08b0ecb883c 1,576 0.77/1.00 vMB 84
479,432 479,432 0000000000000000004c6d8914e70b018a2925578ff6db51c67b30c4f09c306c 579 1.00/1.00 vMB 13
479,431 479,431 00000000000000000091c679d182d2f1e3fa2b58ffa9652323798a13d9e91aa5 1,928 1.00/1.00 vMB 84
479,430 479,430 00000000000000000062186ddbcfab2733d3499e60e24ddb18578a6bdb31cacd 2,168 1.00/1.00 vMB 107
479,429 479,429 0000000000000000007949974586ecffb59cf4c5806224b0ebf8e3dc39f1d8d1 1,785 1.00/1.00 vMB 68
479,428 479,428 0000000000000000010f5d1b04dde3c7365a6418545604ab39aee4d6378d8dc9 2,181 1.00/1.00 vMB 98
479,427 479,427 00000000000000000129beb6083f8b9740b04e5bbe68b1d9e7d97185d5362e57 1,097 1.00/1.00 vMB 55
479,426 479,426 000000000000000000289663cf6e482093378990fe8e7172b5f14b5f434db936 876 0.47/1.00 vMB 52
479,425 479,425 000000000000000000dfff7669865430b868079c2c0451c49e48b9076b1d5471 2,168 1.00/1.00 vMB 127
479,424 479,424 000000000000000000c6d02800359be1704c7a3ded9e4a6de2361838ef1b732e 1,932 1.00/1.00 vMB 81
479,423 479,423 0000000000000000007ea71e4d370f20692cb243a9104dde376edfb5a3302a41 1,661 0.99/1.00 vMB 77
479,422 479,422 000000000000000000d1f469b0fee854307013c8f624dfefaa2c4bbdda4e8a48 1,263 0.99/1.00 vMB 35
479,421 479,421 000000000000000000cc6787ecc9309b6cb8c589adc1cff313309e9939235cb4 2,115 0.99/1.00 vMB 112
479,420 479,420 000000000000000000b92739daeaa71eb2a5c38f0a448eee7101e3991beaaff7 1,195 0.67/1.00 vMB 75
479,419 479,419 000000000000000000075e41e7a68dc93d11f6b93b648482b5ca423ff81f5cf6 1,478 0.99/1.00 vMB 66
479,418 479,418 000000000000000000a1e0100702da10ab036b869dbcae8c5e4cda7821aa673e 620 1.00/1.00 vMB 23
479,417 479,417 0000000000000000008818199e4bfb65325794b1f96769e1e269b4ec0adcc47d 542 0.74/1.00 vMB 13
479,416 479,416 0000000000000000000612b66f75093a72196ec59a7a3f975388ecad7f257eb7 2,394 1.00/1.00 vMB 55
479,415 479,415 0000000000000000009f743ed862b5253cac14578ba8c1ae97fee9016ea7dc97 2,037 1.00/1.00 vMB 80
Previous 10 blocks ↓
Total Size: 782.15 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: 652.93 GB
    • Received: 13.81 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.