Loading Tool

Explorer IconExplorer

Memory Pool

14,381 transactions
10.80 vMB
0.04580188 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 56.11/200 MB

Candidate Block

Mining Attempt 81de60a344c1a3823cdf40b2c0029526d1596a3b07ee549d11c4d04d9bb25e1a
Version 20000000
Previous Block 000000000000000000007fe516c23d208c0e936621568af08b537f0dfad8b31f
Merkle Root 510cfc29b2ec75c4f7ef37622f72eaf8ec20d9598613ff13b12abef1379f5b94
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,034
Size: 0.99797325 1.00 vMB
Total Fees: 0.02630738 BTC
Feerates: 202.69 > 2.64 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,810 (768,786 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
145,024 145,024 0000000000000913bb5dbe69694bc03d0d36277be875aeba7f5fbaaad4a4c4b5 75 0.06/1.00 vMB 75
145,023 145,023 00000000000002aa4b2423b6e682417ab9fdc68316c1fdea3dedbebd92b1f1fa 91 0.04/1.00 vMB 302
145,022 145,022 0000000000000894a61d0683624a5b363cf07f3404c014b799d8d07f2eb52b7d 28 0.02/1.00 vMB 190
145,021 145,021 00000000000007538c0e6200961c4c8a2d7447885f4b33817abdd564482c2e2c 13 0.01/1.00 vMB 254
145,020 145,020 000000000000037254b6afd7ff2c7dbf18de261eea856f3a6ac1f1ce96d11a8d 82 0.05/1.00 vMB 44
145,019 145,019 0000000000000892943ab3ceb02c6732dd23b7aee447cb54f84f973c3beba9ec 78 0.03/1.00 vMB 98
145,018 145,018 0000000000000113c52386286a5fd2df3d72e4432eaa9b5159f9f7f8d1d8760c 25 0.02/1.00 vMB 394
145,017 145,017 000000000000069889a41526a45d7e03d85f69a71bdd1f8ad9391ba3c355296d 29 0.01/1.00 vMB 105
145,016 145,016 000000000000020f1fefdb1c021666ada7341247a943a4817bab53747021380c 89 0.02/1.00 vMB 86
145,015 145,015 000000000000095ce0662394818ad1552e64a1479afc633ba8e49d5aa1a0f9a8 23 0.01/1.00 vMB 71
145,014 145,014 000000000000068299f1b4c01702f5c767c7bd64719bd6093a53187d1169ee1e 4 0.00/1.00 vMB 0
145,013 145,013 000000000000040eebab20dd5ff54bda480f2a4215b2fb49054d8d380afa7a16 12 0.00/1.00 vMB 0
145,012 145,012 00000000000006c102ac61a09efcd0a3571e8ad98c03bcfb41676d932f402ed0 10 0.00/1.00 vMB 353
145,011 145,011 00000000000001c2c40dd40bbbd24b34468022096c307c3be5e30a830df74603 34 0.02/1.00 vMB 68
145,010 145,010 0000000000000158f8cecb49dee0382f806580f953fcefce8751c4873b964386 96 0.05/1.00 vMB 220
145,009 145,009 0000000000000329366a90fe462f32c8d50e3a03744cefdbb2205b7fee8ecba3 1 0.00/1.00 vMB 0
145,008 145,008 00000000000009234e7da256885d7d021000b153735952351a1a514692f13d5b 9 0.01/1.00 vMB 15
145,007 145,007 00000000000003fc97aef7b7b006e2f10d49b24b0e755ce848c10902eacb1f58 9 0.10/1.00 vMB 86
145,006 145,006 000000000000053244c3dbccb66a6cd3ec2ac9fcf27633e5e7231ea9d243332d 34 0.02/1.00 vMB 157
145,005 145,005 000000000000011b7f92d76ef3f0129a176530248fdcb8a791bde726e623e72c 22 0.02/1.00 vMB 10
145,004 145,004 000000000000068ebd08964ee093297c9510a4027b0eab493bdc5e744f236fcd 6 0.00/1.00 vMB 773
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.60 GB
    • Received: 4.46 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.