Loading Tool

Explorer IconExplorer

Memory Pool

12,956 transactions
4.52 vMB
0.02916433 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 27.39/200 MB

Candidate Block

Mining Attempt 289886718307b458c6cc4ac8055621c4ada8c6fe943327b5bd5737fe50b85efd
Version 20000000
Previous Block 00000000000000000001bb276ebfb9c64dd1914c73fef06e8a64d7595772d834
Merkle Root 5421e8d68572f9472bf573e23ced6150fb7e5efb29f8398f67f505298222422b
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,554
Size: 1.00 vMB
Total Fees: 0.02294244 BTC
Median Feerate: 1.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,476 (759,684 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
153,792 153,792 0000000000000dd99dcffb1927caebe1b167a166398eed7399a2b2b02b280413 103 0.05 vMB 31
153,791 153,791 00000000000004288af7f163ebbbe8d60476f76c52e49e6977f956dfd38fed70 52 0.02 vMB 102
153,790 153,790 000000000000022c526e0b2face601e86202f098c69580de28f030143d20b5bb 10 0.01 vMB 282
153,789 153,789 000000000000057f3c49edaf2bd0f12afc446da0073be35e8dd0bfc137a8f608 8 0.00 vMB 346
153,788 153,788 0000000000000ad88f8d0fcf3400499b3761df21fbbe7cf69bf564c273157354 13 0.00 vMB 245
153,787 153,787 0000000000000a59cb19a6f504df54d1943df203726ac3a4b1eff478829da2c4 27 0.01 vMB 123
153,786 153,786 00000000000001b39a58e270fc015f1b4ac85875af523ce241753a0fb7f3b2aa 115 0.05 vMB 52
153,785 153,785 0000000000000c5a406b99d1ed3b40486e9d32acbef13b2543783663c1353d4d 46 0.02 vMB 107
153,784 153,784 000000000000020afff0354603d1babca8ca6d01adcb06dfed9edf7ebaa0a81b 7 0.00 vMB 74
153,783 153,783 000000000000073ccece58b818902ec1e852f5b6278c930166eada66b10a253a 47 0.02 vMB 11
153,782 153,782 00000000000004ecda2d7e487464c3c2a7943d9855bd0caece123dc37b18b1c2 8 0.02 vMB 69
153,781 153,781 0000000000000bb44d01b8fe8f95d3372c3a734086bbb728c45c227281df463f 11 0.01 vMB 33
153,780 153,780 00000000000009b520178f28de96ad2fbdee5998b9f9c2ae7b8036a57e396be7 11 0.00 vMB 302
153,779 153,779 00000000000005188e14aef30aebadf3e8f96575ffafcfb4ceffad4049ad4a28 12 0.00 vMB 130
153,778 153,778 000000000000038f3063fbdb3806acec00ba1975cefe6c475feda5890fc4c892 75 0.03 vMB 193
153,777 153,777 0000000000000942a321cf16fd252938e4b56065099cff1a3c7341206e2e1b69 22 0.01 vMB 209
153,776 153,776 00000000000003017caa7ebb5ac1384bc8f9acd35f2ef42432ea997eba830c46 48 0.02 vMB 120
153,775 153,775 000000000000024c381faeaa2529e8b4ae0f9ba28340c2ea51d4449ccaddef3e 6 0.00 vMB 0
153,774 153,774 000000000000089d106b9e38a6a8a30914d0b4a052452f2922feb2730769e569 16 0.01 vMB 79
153,773 153,773 00000000000008f192172392f914095de7a16bb359f32666949d83797bdc9f28 146 0.05 vMB 7
153,772 153,772 000000000000087418fbd3ccdc8119f315326bf5a110413932aa862539cc6de5 68 0.03 vMB 134
Previous 10 blocks ↓
Total Size: 779.70 GB

Node Details:

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