Loading Tool

Explorer IconExplorer

Memory Pool

78,775 transactions
29.18 vMB
0.11944174 BTC
Random Selection Loading Transactions
Max Size: 176.01/200 MB

Candidate Block

Mining Attempt 9228b989b8b5680e70bc52b1ba66e7b7d7255c604b845b0f712a22ee3eab3e95
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 1d1f52d0e3e5fd0b33ec7f38533262015dabf541b8df9a5721a0807d9ce672cf
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,128
Size: 1.00 vMB
Total Fees: 0.04327584 BTC
Feerates: 150.80 > 4.34 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (400,689 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
514,576 514,576 0000000000000000003042bde0b03abf5e4edc0946218e8bcc0326078c1ce066 102 0.04/1.00 vMB 15
514,575 514,575 0000000000000000001eeb3a593595b96c1d722c4fe5b3c566b64e7439bcf33d 2,265 0.77/1.00 vMB 26
514,574 514,574 00000000000000000027c1f35851f292ea6f1f340af2480fd3de19bab29a75c5 940 0.38/1.00 vMB 34
514,573 514,573 00000000000000000048919fd7ebc40aa6ccac547380cb51afe635318ad33df2 1,254 0.49/1.00 vMB 5
514,572 514,572 00000000000000000013cb3cf1a6dd3892e7eda2a823a758a83712d355199101 2,624 1.00/1.00 vMB 59
514,571 514,571 0000000000000000004b99f2e1856572c0770e6c277f3f199c8627667ccb8b2b 632 0.27/1.00 vMB 24
514,570 514,570 00000000000000000042ebc0f853907840503f88b61736d5ec491e640fb029f3 691 0.23/1.00 vMB 12
514,569 514,569 0000000000000000001b5c60d41dfe662c6dd617e016f0a4c374c1a6592306d4 951 0.39/1.00 vMB 34
514,568 514,568 000000000000000000224a8ffacb2382bfd3b1b7aac454ed236fe3b4704711a8 2,997 1.00/1.00 vMB 34
514,567 514,567 00000000000000000050f25271db17aa9d0466d4c5a5870de639567cd1c7c947 1,457 0.72/1.00 vMB 27
514,566 514,566 0000000000000000002a3bda6ed43503035834f8fbbef41d04dc1cb3419365f2 270 0.22/1.00 vMB 6
514,565 514,565 00000000000000000014199735ebf4dd554d247f86849afeac97461645142e51 1,041 0.37/1.00 vMB 37
514,564 514,564 00000000000000000003d6170a8c1c00179f927d1070c7d815be3cfe65f63286 2,126 0.95/1.00 vMB 34
514,563 514,563 0000000000000000004a9544fed91bc7880b71e8ce8f21557aa1f16593f31dde 1,763 0.95/1.00 vMB 15
514,562 514,562 000000000000000000438a561aebc373586f5d37d5284ca89b60cf90cf38059b 2,876 1.00/1.00 vMB 28
514,561 514,561 000000000000000000000f5c3cc327d83a7b30be61bacb93bc82df7ebdbe841c 625 0.22/1.00 vMB 81
514,560 514,560 0000000000000000001524c05012ba1d1e453d3ccc68646b182d9f49d9eef545 2,814 1.00/1.00 vMB 36
514,559 514,559 00000000000000000001d0d90b3a4916f79902a5d997e24ebd766ff4a963a3b6 2,434 1.00/1.00 vMB 61
514,558 514,558 0000000000000000003ebdd1d9d662b3026c2a7523493a2d99dadd06b9c305c6 2,500 1.00/1.00 vMB 39
514,557 514,557 0000000000000000003b4e0aa302d732142f02efc8859006d148e663c72633be 2,208 1.00/1.00 vMB 25
514,556 514,556 00000000000000000047a9e8aae6e5912f7879524c26e345630842bd3e15c022 2,458 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.85 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: 712.78 GB
    • Received: 17.21 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.