Loading Tool

Explorer IconExplorer

Memory Pool

73,852 transactions
28.72 vMB
0.07199656 BTC
Random Selection Loading Transactions
Max Size: 169.44/200 MB

Candidate Block

Mining Attempt 94b244ee06a97c9a26a93151fb846c653c990e0ec3c19c9b75d93f09622dc4c7
Version 20000000
Previous Block 000000000000000000007f1cc86584d5091523c563b1e01951438035453336d6
Merkle Root 8b4532a16be81ac733498bc7caaf52a0d5fa8c256c0a4b00c4c90ab0dd607bee
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,336
Size: 1.00 vMB
Total Fees: 0.01388343 BTC
Feerates: 98.05 > 1.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,041 (343,278 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
571,763 571,763 0000000000000000001b48a5c74e1c8d5879ac5ad41ea4b2dfee84724ace3677 1,544 1.00/1.00 vMB 53
571,762 571,762 000000000000000000286c9462c4a0a62c667026f183aac11ba40ad20eaabd80 2,565 1.00/1.00 vMB 52
571,761 571,761 000000000000000000008dc24735aa7dfe5684ca4acb6251db0bc227039fb28d 2,446 1.00/1.00 vMB 48
571,760 571,760 000000000000000000277854a11d00a8cbd78c521b690f19e785c7cab7cee24d 2,644 1.00/1.00 vMB 39
571,759 571,759 00000000000000000027793010a6c3a1adab0b4ead4bafb54b2f554e67761f97 2,639 1.00/1.00 vMB 65
571,758 571,758 000000000000000000045569cd24d4608367a82ecd664c3398b62b511dd9981b 2,885 1.00/1.00 vMB 78
571,757 571,757 00000000000000000025cc2b5889579c80c36aa4fbbdbc5a6e64d161667b5133 2,667 1.00/1.00 vMB 79
571,756 571,756 0000000000000000001ad32ab11562ab6434186fff5fff99641029819cf907bd 2,837 1.00/1.00 vMB 95
571,755 571,755 000000000000000000103a5b2bea0f30004479d940230b5c49b242bc32d89d14 3,042 1.00/1.00 vMB 50
571,754 571,754 000000000000000000262dbb87491b0a32340a4cb13c33f4b023f321f5e08020 2,849 1.00/1.00 vMB 53
571,753 571,753 00000000000000000010d217a0d9d103312c58de36f39538e84b29983172aa31 2,781 1.00/1.00 vMB 43
571,752 571,752 00000000000000000001f53720afc5c8caf5d55e21b1c91aa0696c51efd6401d 2,952 1.00/1.00 vMB 54
571,751 571,751 00000000000000000013e223589edea0205504e833c115745c7acc1112447e73 2,924 1.00/1.00 vMB 56
571,750 571,750 000000000000000000076427779e3283be60ddca9a9a7c52eafda362ade3572f 3,277 1.00/1.00 vMB 90
571,749 571,749 0000000000000000001ba078bddb1231c5ec19b2acd228ffa1237194a2bfc293 2,936 1.00/1.00 vMB 56
571,748 571,748 000000000000000000021feb3fb96c6b8001e760d617876a88a6d6f6615bd3c9 2,875 1.00/1.00 vMB 104
571,747 571,747 000000000000000000079aa6bfa46eb8fc20474e8673d6e8a123b211236bf82d 3,042 1.00/1.00 vMB 70
571,746 571,746 0000000000000000001b8c271a4477a28d4ea7d4d4d1add6d96f386e3f151709 2,705 1.00/1.00 vMB 119
571,745 571,745 0000000000000000001a2c75e312a5d3a53fd08ebc7f05eb3b77ada121cc805e 2,632 1.00/1.00 vMB 54
571,744 571,744 000000000000000000095f34a918f405a3007a7d18de3116d5d3e08c57e4938f 3,083 1.00/1.00 vMB 95
571,743 571,743 0000000000000000002039d91ac1976f10eedeee94bbf39bf60d8e4fb10a5495 2,704 1.00/1.00 vMB 92
Previous 10 blocks ↓
Total Size: 782.46 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: 667.95 GB
    • Received: 15.33 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.