Loading Tool

Explorer IconExplorer

Memory Pool

15,742 transactions
7.66 vMB
0.02756750 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 43.11/200 MB

Candidate Block

Mining Attempt e7c14d4a1e46807ed8239c3daeb71d997198d275fb5b61f0327c60de88704baf
Version 20000000
Previous Block 00000000000000000000dad63c28118d3db43107185b2574fbfa71b259daeaa0
Merkle Root 8755f2e76fe243c222508be005ea5be68bca50dff9187a2181231c58a7b014c5
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,424
Size: 1.00 vMB
Total Fees: 0.01191675 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,401 (772,459 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
140,942 140,942 00000000000007ec7c11f7e93eed3773d33162100528dc943de2e8d1f709452c 81 0.03 vMB 183
140,941 140,941 0000000000000876a0a8e270a36e6e099a86469f6ac49a2cae1a59b16f66395c 59 0.04 vMB 231
140,940 140,940 00000000000000508fcd68007b0f2a61bf50fc01c2b5ae389c33c40a0f8b5d62 85 0.06 vMB 230
140,939 140,939 00000000000005de3eab6d895b427781e9d67b61b539e41e131b07acc260621a 39 0.02 vMB 84
140,938 140,938 0000000000000423ef50e704cb5ffe149886ab845f778190df792b1a0b2170d6 68 0.03 vMB 96
140,937 140,937 000000000000088eab42674fb4ae951639a352c4f775eb893d06d612887e3095 9 0.00 vMB 32
140,936 140,936 0000000000000266c8a15a5bfd7c54d851ed72679738e0f1aaeaadae5ba05a74 55 0.04 vMB 223
140,935 140,935 000000000000041c36d18be75e7d8a140ea529e1311fe7aaf3db02305a83f1d8 13 0.00 vMB 56
140,934 140,934 0000000000000862242536576cd7e538a24dcabeb69a1d85a422652f90be0c26 76 0.02 vMB 33
140,933 140,933 00000000000005860d8f5623a5d03b5283b4d6132e50277ee9134eeb14483369 38 0.02 vMB 169
140,932 140,932 000000000000062fc6063597ed32f5171d9063a652ca8942550791c7ebe3459d 85 0.04 vMB 83
140,931 140,931 0000000000000294b1b3a69b435ab1834d7ec9e3e25360503ed35e343cd64fe1 86 0.03 vMB 1,973
140,930 140,930 0000000000000218609989b97674ece3ea8a893600e09ff62054f16c3eb9b7fa 51 0.03 vMB 122
140,929 140,929 00000000000007059f7a8a49f40d8cac4a886bdcb0da9d5628c612755e19749f 105 0.04 vMB 96
140,928 140,928 0000000000000301efaaad8762bd28e6aeb9062267bcc2f04adceb1b3cf063de 153 0.06 vMB 2,027
140,927 140,927 00000000000000ac816bbafff668eef4db476dd798668af107f251cac8df757a 81 0.05 vMB 284
140,926 140,926 000000000000045d8ee15145b337a68a8fcac0ec3383a6dc66fe8231e975a86d 89 0.03 vMB 74
140,925 140,925 00000000000000aca192e11511b57f2315c05ad35b74ee791a3c583e70dd37df 33 0.02 vMB 175
140,924 140,924 00000000000001848c99ecb30ba01ef8845a4f3a919d12d0bdf100de8fed0e23 30 0.01 vMB 136
140,923 140,923 0000000000000505d10f019c9b3f65adfb5f3108b768ab1ee20e11de5ebb6a00 24 0.02 vMB 157
140,922 140,922 000000000000052e30dd0b273b500fde21e4bee67d1f5cd05fef91a663dadfcd 149 0.05 vMB 53
Previous 10 blocks ↓
Total Size: 779.56 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: 266.89 GB
    • Received: 1.03 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.