Loading Tool

Explorer IconExplorer

Memory Pool

82,712 transactions
30.60 vMB
0.07341586 BTC
Random Selection Loading Transactions
Max Size: 188.32/200 MB

Candidate Block

Mining Attempt ac70745f613af6f9dda50e7b49806ca02e13d022564e447a8e8612b468d79538
Version 20000000
Previous Block 00000000000000000000d458498d88f256390ba991d916d90569548e7a257dd4
Merkle Root c35d7b2393438244803a61df5679289be185ad574cb00d5d504b2b3bd8f61d13
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,869
Size: 1.00 vMB
Total Fees: 0.00475964 BTC
Feerates: 28.12 > 0.48 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,345 (559,659 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
355,686 355,686 000000000000000000ad878e4201b2974cc37876db08b5cef8af1c93863c7d92 1,953 0.74/1.00 vMB 37
355,685 355,685 000000000000000005c7b31edaec1f52cdd23d719194762a3dd5ef4358e4e8da 926 0.41/1.00 vMB 29
355,684 355,684 000000000000000013c2372835a6eeae8b086a74ed98e4a958fdd5eca1559712 611 0.28/1.00 vMB 28
355,683 355,683 00000000000000000936b3f93a6320087f2575dfac256137da54531ab73f1f73 646 0.32/1.00 vMB 27
355,682 355,682 000000000000000014d16ea1939dcd76e1bbddc51689614133e0768a25503535 215 0.10/1.00 vMB 25
355,681 355,681 0000000000000000004c826dc4df56553e79f59ff5c3e862bd48d7f19afe7fd6 701 0.32/1.00 vMB 25
355,680 355,680 00000000000000000efeb664c61c6a34b850800bb19b770d2c1d0e6af485ad98 1,624 0.71/1.00 vMB 28
355,679 355,679 00000000000000000c361fc5e722527fa6ed0eec0568712511dd3d33a8414017 242 0.11/1.00 vMB 15
355,678 355,678 000000000000000015709411276bc94656c6c10b1b280f231ef4cefb86c9dcd6 515 0.24/1.00 vMB 33
355,677 355,677 00000000000000000d07f8724171cee73437872816a8d88a47bdd540e8dcdba4 1,171 0.48/1.00 vMB 32
355,676 355,676 00000000000000000a2cfe314b99eabc77b344185b45445346b67e2e9a216c07 712 0.30/1.00 vMB 31
355,675 355,675 000000000000000004fd5b5870cc7c34910f0503be416789ab9bbeed1159f829 172 0.08/1.00 vMB 25
355,674 355,674 00000000000000000bb66999480884fa71ef399690a96143ebb814e0f5039937 1,426 0.70/1.00 vMB 31
355,673 355,673 000000000000000006e806fd9255690af22df18c723226a112e6fe2a807b4f1c 92 0.08/1.00 vMB 7
355,672 355,672 00000000000000000b04123d61e6b10ba06b94d323c4533f7c7519ce77759380 363 0.18/1.00 vMB 25
355,671 355,671 000000000000000016fed365a73b2b99600a7eedf4dcefa2702693bf50b88b79 193 0.10/1.00 vMB 16
355,670 355,670 000000000000000014af5bb5ef4fbc9b2e2849b8b728999c64179c7cc6037088 186 0.11/1.00 vMB 21
355,669 355,669 0000000000000000069393b6597fc214422b06d9e91856d80ac9654e52e6be57 625 0.33/1.00 vMB 27
355,668 355,668 0000000000000000061927e1815f4aa1ac8148dbdbf883349ceb8ae57cfc01de 539 0.23/1.00 vMB 30
355,667 355,667 00000000000000000efc6523476854ec6c14e4018634a69083fbac847f7e1a7f 629 0.35/1.00 vMB 24
355,666 355,666 00000000000000000006bad68dc5e76c19934d25a106c09c84925c12563089a5 431 0.27/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 782.99 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: 717.21 GB
    • Received: 17.84 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.