Loading Tool

Explorer IconExplorer

Memory Pool

77,321 transactions
29.06 vMB
0.10013063 BTC
Random Selection Loading Transactions
Max Size: 174.90/200 MB

Candidate Block

Mining Attempt c15c8c9a961116eaba7f7b6315208651a09ec6c77349d65c1c8b96f2d04fb4b7
Version 20000000
Previous Block 00000000000000000000b421c6d6e79532f5d26e37db181c41924d05cd5471d7
Merkle Root b8f482be2eaccfa44468b4b71155b35799ea601f9df7c1d85172ab8f69352d1b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,410
Size: 1.00 vMB
Total Fees: 0.02648364 BTC
Feerates: 453.09 > 2.65 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,307 (438,227 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
477,080 477,080 000000000000000001205c8f452a76469b177bcac3ca2c64d3f13eb2a830d4d5 1,167 1.00/1.00 vMB 29
477,079 477,079 000000000000000000912803ed53864add373942c620c2741a8c66914161afe0 1,826 1.00/1.00 vMB 128
477,078 477,078 000000000000000000903839bc14d3c11ace68709e4a32530f35b5ca6b85bf85 2,220 1.00/1.00 vMB 126
477,077 477,077 000000000000000000a748279f5c033e82316ac0234a42af866154a04fa3a0da 1,778 1.00/1.00 vMB 230
477,076 477,076 0000000000000000008f2e5697815f5bd2fb1d054ea57e8213d16f85b7a5913f 605 1.00/1.00 vMB 25
477,075 477,075 00000000000000000068e6ce4d92ec5b1c73c7e12ab286b44c8b6ad17f4ee46e 953 1.00/1.00 vMB 64
477,074 477,074 0000000000000000003e419bccbaf2639af46c836bd44703b3df6f27324d933a 1,168 1.00/1.00 vMB 42
477,073 477,073 0000000000000000000b77b6ff7a7687ffa834acb9a17ab00eec73f106bf2ebe 2,208 1.00/1.00 vMB 86
477,072 477,072 000000000000000000fe4de246642894da6274e531a484b297f6baf9d2b2bb87 1,015 0.38/1.00 vMB 194
477,071 477,071 0000000000000000014ed7a961cea7a8427936b68ac2ad16ef1b5c3f082dec5c 2,335 1.00/1.00 vMB 176
477,070 477,070 000000000000000000376722eaf5df4a86efbe49bd8924e3b21c560e2e33c2bb 1,473 0.68/1.00 vMB 149
477,069 477,069 000000000000000000d4c240428c9235bd825ce16f7d78fc6755458f1faafe9e 1,873 1.00/1.00 vMB 207
477,068 477,068 00000000000000000072a8c0d8d0eaa643298bb1d465c2026316e51fbeb805ea 1,178 0.70/1.00 vMB 71
477,067 477,067 0000000000000000006e0f264cf3baaeb07be35e620f33039d620efadec3002c 2,314 1.00/1.00 vMB 184
477,066 477,066 0000000000000000012f6696c0398aab5ef22ea475e248317e4e4bc256befa45 89 1.00/1.00 vMB 1
477,065 477,065 00000000000000000055d4f744573f1bc974e6eec90c7e12c9e3c5f1f4d35b6d 925 1.00/1.00 vMB 74
477,064 477,064 000000000000000000c5c04011f9a3fb5f46064fed7e06dcdae69024ed6484c1 1,782 0.99/1.00 vMB 143
477,063 477,063 0000000000000000014342be85170f2b1146498bcfad905e978abf08ffd76821 547 1.00/1.00 vMB 36
477,062 477,062 00000000000000000090cfc7246e4bc1d0c060eb26b249246d88727950f48fe6 909 1.00/1.00 vMB 85
477,061 477,061 0000000000000000000e8c22e71d36d127548606be06df842efcb51ba65c0b92 1,201 1.00/1.00 vMB 89
477,060 477,060 0000000000000000003658bc6e3543a0c481581e48ef969b4d721f93552cb175 2,122 1.00/1.00 vMB 164
Previous 10 blocks ↓
Total Size: 782.92 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: 714.51 GB
    • Received: 17.56 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.