Loading Tool

Explorer IconExplorer

Memory Pool

77,623 transactions
29.09 vMB
0.07117837 BTC
Random Selection Loading Transactions
Max Size: 178.39/200 MB

Candidate Block

Mining Attempt e7bf888b8f3cd8ee8985e5b9d9b8c0099d7ab9b255e87b017fa31e1d1acfc980
Version 20000000
Previous Block 0000000000000000000015f42737b0f6cdaf42b1e766cbed553b91a24f37ee91
Merkle Root 835cb4acb56a9d3713def5b5e6631f04d2d389a071397e2c003380c366f4cb6e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,141
Size: 1.00 vMB
Total Fees: 0.00726219 BTC
Feerates: 150.80 > 0.73 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,240 (380,665 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
534,575 534,575 0000000000000000002a7e6c9d4e2893d5c1fcaea97a063f4d702402938ad709 1,914 1.00/1.00 vMB 16
534,574 534,574 000000000000000000247a8529663b331aed27d3c816e7b9df40fcbbd94305a1 2,003 1.00/1.00 vMB 15
534,573 534,573 0000000000000000001d70eaf0313cd9bbe101f6c51be10a762487d1a649b552 2,070 1.00/1.00 vMB 13
534,572 534,572 0000000000000000000303db4a91cd8c609a14c47ea233a79b6fa5cb966ce721 2,645 1.00/1.00 vMB 20
534,571 534,571 0000000000000000002451946ff1c37268f9bd48c7fbba8ce210fe70f9f9d441 2,947 1.00/1.00 vMB 13
534,570 534,570 0000000000000000002bf7b14d515f0b2ae11fee95a549530088260ac8c80fbe 2,839 1.00/1.00 vMB 26
534,569 534,569 00000000000000000008608d3653dd08e0da0846cbe810e7f14e0dc8350a2a57 2,583 1.00/1.00 vMB 37
534,568 534,568 00000000000000000029abaa264831fc79c9662f308caf2a11f7ff613c182dce 2,257 1.00/1.00 vMB 18
534,567 534,567 0000000000000000002873ac0bb10b074609d554285d02f3b5594b027a41e242 1,108 1.00/1.00 vMB 5
534,566 534,566 00000000000000000023a945139b995f9c22e98583141f364e87cd36d10bd969 2,673 1.00/1.00 vMB 12
534,565 534,565 0000000000000000000f8163c624551d196f37dc95da6270667cad0e7eed522c 2,550 1.00/1.00 vMB 36
534,564 534,564 00000000000000000020f15035d5badd05ec2ecbc2449be110272e5476be2baa 2,383 1.00/1.00 vMB 16
534,563 534,563 000000000000000000149a8f4e040606831e4b21a904f71edd6e22140fe34215 2,688 1.00/1.00 vMB 11
534,562 534,562 0000000000000000000bbc9f496773043f4c2f473e58b9dfa613d7f0c7d851e5 2,397 1.00/1.00 vMB 41
534,561 534,561 00000000000000000010dd53eb87d23fd0807c717581b538676489a46639a76c 2,457 1.00/1.00 vMB 7
534,560 534,560 00000000000000000009b286c5b4756d929f4ec9186b64c429aa8d5a0a1e7afd 2,454 1.00/1.00 vMB 11
534,559 534,559 00000000000000000022f72e343f01c4ae59c041e4cfaead1abaa244bbcfca28 2,442 1.00/1.00 vMB 47
534,558 534,558 0000000000000000000221f8adb80ef6fad06f537c5ce205b6d3fedd159cef35 2,433 1.00/1.00 vMB 14
534,557 534,557 00000000000000000026581f3528c8845e6be3a459a86cebfa6f9df1354d5d58 1 0.00/1.00 vMB 0
534,556 534,556 0000000000000000000dcd2e9691d457504b8c5510ed4ab13dd5e46299347141 2,495 1.00/1.00 vMB 15
534,555 534,555 00000000000000000005d7d081478a4c4249a350a210c391313806aa7eb4b455 2,643 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.81 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: 710.22 GB
    • Received: 17.04 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.