Loading Tool

Explorer IconExplorer

Memory Pool

15,590 transactions
11.30 vMB
0.06113972 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 58.39/200 MB

Candidate Block

Mining Attempt 042d103b7910a00319b2356288896fcd1d911d6a9c243ba86208d4513761ac91
Version 20000000
Previous Block 0000000000000000000006ca46d77662424a3c954a5db8f2745f0dc89e1e8097
Merkle Root 41618ddec7ae11e0b7857a01519c9f51f0216b5c5e9632e723cb4d74c2079468
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,442
Size: 0.99799225 1.00 vMB
Total Fees: 0.03688281 BTC
Feerates: 1,002.97 > 3.70 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,811 (662,702 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
251,094 251,094 000000000000005f0cda6eb0552f0190310804587e57047bce13d8cc8c7caa4f 79 0.04/1.00 vMB 69
251,093 251,093 000000000000006fd0ce24a7bf002824ebf46bcfd217a25450942c744563e9a3 565 0.22/1.00 vMB 88
251,092 251,092 00000000000000277f01a82638475741e9aa6c04fec288cd6a5abd1417768d57 409 0.25/1.00 vMB 112
251,091 251,091 000000000000002daa1b3cc95287a9ba6cea2244afc0e8108a2c9dac478836c8 56 0.02/1.00 vMB 104
251,090 251,090 000000000000003de8a3de89c54f3fb50922ac07c48172ced75e120b0d332fda 226 0.08/1.00 vMB 144
251,089 251,089 0000000000000048c2dbc3d2fda267e228dc80586e24f84889638b4249692708 289 0.14/1.00 vMB 99
Previous 10 blocks ↓
Total Size: 780.28 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: 516.82 GB
    • Received: 4.48 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.