Loading Tool

Explorer IconExplorer

Memory Pool

39,568 transactions
19.78 vMB
0.07537015 BTC
Random Selection Loading Transactions
Max Size: 109.27/200 MB

Candidate Block

Mining Attempt 28fb4d87759d2f303df4d49a19830324e1074d7edd2740c9d942fa9a435e0b95
Version 20000000
Previous Block 00000000000000000000053bde71765c9590183ae913a827bfe994fd289319e6
Merkle Root 3688920d4e45a8a99e660281e6f00a4d8bd4c709992a2f8fb11abb8d8c0668a4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,410
Size: 1.00 vMB
Total Fees: 0.03562940 BTC
Feerates: 183.07 > 3.57 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,884 (662,769 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
251,115 251,115 00000000000000521754ca4377bd44b3e8396bc5351299727a3ae31c2739df4c 591 0.21/1.00 vMB 115
251,114 251,114 0000000000000032afe0b1a382fbd97b9c3a78331a208acd94a58211b57bb92d 191 0.08/1.00 vMB 89
251,113 251,113 0000000000000042a3cdc5df1922df4f9bf56f4084d67bda03b10b3115dcd8fc 305 0.12/1.00 vMB 88
251,112 251,112 000000000000004c9e8e403e38d0b1ffd47641e4c619f0ddbc3b1c737312d34f 214 0.09/1.00 vMB 103
251,111 251,111 000000000000002f66e8e07064b9d631189e33d8c3b5af56ad68dccceb5a7652 449 0.24/1.00 vMB 89
251,110 251,110 0000000000000052260f56fc4ad3307191b325bee5a9b1fbf74255207b539a57 623 0.25/1.00 vMB 72
251,109 251,109 000000000000004c5d4e23dda2a69eeb227ef2af8fd44f0dc217873001c759c6 745 0.25/1.00 vMB 187
251,108 251,108 000000000000001c86cdb110d8d54065565d29bc95f361f942e10f75fde1bb18 633 0.24/1.00 vMB 106
251,107 251,107 00000000000000220d134527c04107a65c94edba7cb0b727611999da52ffb2a1 16 0.01/1.00 vMB 81
251,106 251,106 000000000000001af82d745e50af1e18c9e6d52c2bee0c1bbd2e3fde3678986a 23 0.01/1.00 vMB 92
251,105 251,105 000000000000000e727ee6445f5488e2ed68e7f4588d60718dc3e1aa4018c0a5 280 0.10/1.00 vMB 142
251,104 251,104 000000000000000b4a8e51d10c1b9e8dfa8bd5a3236a7bc0d7026ce8696eb49a 142 0.07/1.00 vMB 60
251,103 251,103 000000000000000fb7cbdaeaf7313fc8be855b09378bd200cc0f4ac38c69a078 100 0.04/1.00 vMB 79
251,102 251,102 0000000000000038fc2b3d630b7242eeaad88c46c10728dee879d22769a87c11 185 0.09/1.00 vMB 108
251,101 251,101 000000000000004f42f4d1e67a71ec75bbf040b85bcd01b8997aaa7c578c580e 582 0.23/1.00 vMB 116
251,100 251,100 000000000000002d1e929a9feab87613338d15745ce695863e6b05bcada418bf 330 0.14/1.00 vMB 97
251,099 251,099 00000000000000537b5b6c6689b2fb953e1bf092e5bf7957c3a9cd084e3313f5 347 0.15/1.00 vMB 99
251,098 251,098 0000000000000011ff5d7135d196308d2604deb35962ba9421bfffdedb2ad2be 181 0.08/1.00 vMB 118
251,097 251,097 000000000000000e34ba637bc8abe75b9df2ab2b84f6bdf493477de1b422c713 108 0.05/1.00 vMB 125
251,096 251,096 00000000000000620f726f34039d48adada8cb43d955c68cf857a064cb87e1d7 55 0.03/1.00 vMB 59
251,095 251,095 000000000000005695167145f8d343e3b7f256e03c4ea43da4c07d790e8f2c52 489 0.21/1.00 vMB 113
Previous 10 blocks ↓
Total Size: 780.40 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 525.50 GB
    • Received: 5.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.