Loading Tool

Explorer IconExplorer

Memory Pool

47,344 transactions
28.44 vMB
0.11350298 BTC
Random Selection Loading Transactions
Max Size: 148.86/200 MB

Candidate Block

Mining Attempt a19253f0b530c8e6a2e32c480fa088a9afcfe2a50427e250c0f4c375e1cc9315
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root e2f8819f33b374b8434de2e4a84795e1d7cd66036840beea3ed122a11e15abe4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,971
Size: 1.00 vMB
Total Fees: 0.04622615 BTC
Feerates: 150.77 > 4.63 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (643,130 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
271,755 271,755 0000000000000000200a0e847eb4f421b99e0b2361293fc07592c24a84023b15 155 0.07/1.00 vMB 67
271,754 271,754 00000000000000058768a6030eb34016c2523700b5e8e9c7f357eaac63a2fcec 312 0.13/1.00 vMB 60
271,753 271,753 00000000000000068e19caca8cd7635d0c9a2c11111e0f53743b9969d2bfd236 279 0.15/1.00 vMB 39
271,752 271,752 0000000000000004c2e3b5bb00466f33c361da8b7257957ba2be00e49970d91b 581 0.23/1.00 vMB 51
271,751 271,751 0000000000000001ad3af82a72bc566933a99f48cd643227dd0463f8e23c7aa2 274 0.23/1.00 vMB 42
271,750 271,750 000000000000000591c89db889d6e65035c7d7eda7fa1f07ce4df1ae33cb7b6f 184 0.07/1.00 vMB 209
271,749 271,749 0000000000000002280fe2f6250207fc762ff17f2e8b927e28fc4ff0c57a865f 324 0.12/1.00 vMB 83
271,748 271,748 0000000000000004411b60781d097bf9092e17f9cc7aa2f7c5d2a881725a45c4 719 0.28/1.00 vMB 85
271,747 271,747 000000000000000221cc87c98e9598dcef36d7013f4093865059090a92a87741 681 0.30/1.00 vMB 65
271,746 271,746 00000000000000042c90a240a6f91d857b3416b2157998b0949faf3c608a601b 490 0.24/1.00 vMB 71
271,745 271,745 0000000000000001dddc81ad0b00c53fcd6472afbd26b69ecb0d1448990aa38e 231 0.15/1.00 vMB 26
271,744 271,744 0000000000000003dda143ee7f30a57b294c9de62c4e1fdd84d5047553cf173b 721 0.25/1.00 vMB 79
271,743 271,743 0000000000000006278a891131cffd5188694ff9d74f09b1a43ff9b148c87b42 278 0.11/1.00 vMB 86
271,742 271,742 00000000000000017b1d92fc3b49584418bdb366a0b8da49172b8902cc9d3f85 709 0.31/1.00 vMB 104
271,741 271,741 000000000000000404f3fd8ed9c3eaf9d0953e5a8a29c8575955f87cf31a2fa7 791 0.25/1.00 vMB 115
271,740 271,740 000000000000000128bab9b918727ed263eaf1ec5b3b3a5d2326ce6c50776ffd 154 0.09/1.00 vMB 18
271,739 271,739 00000000000000053b9c3935f2fa0647a6152aa65b04eed18bc1c6a2c01be190 316 0.17/1.00 vMB 69
271,738 271,738 0000000000000004e43357b69fdcb80164f16d1a69faa67d39870c54180d67d0 103 0.06/1.00 vMB 20
271,737 271,737 0000000000000002f247868dea3cb292966da65dc9271274c03a18e608be3c7a 124 0.07/1.00 vMB 21
271,736 271,736 0000000000000003dc8b90c6aecc91319289f07244ea976191dcdbd9219c3769 461 0.22/1.00 vMB 47
271,735 271,735 0000000000000004aebb8a671e03e9f099b880e518ce55596098380bc68de6bd 60 0.04/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.18 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: 653.68 GB
    • Received: 14.01 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.