Loading Tool

Explorer IconExplorer

Memory Pool

82,472 transactions
31.24 vMB
0.12443694 BTC
Random Selection Loading Transactions
Max Size: 189.29/200 MB

Candidate Block

Mining Attempt 7decf1fdce313042f6b3d1dfaa36b423f13e5018718a088bdf36446814d7d733
Version 20000000
Previous Block 000000000000000000000eae6ae416cdad2dec45a411fce4671dd0b42eb663a3
Merkle Root a169fc1f789f6249e2816cfc3a04fed55f2aa7c0b2aef83ebfa4dd18076938be
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,147
Size: 1.00 vMB
Total Fees: 0.04256747 BTC
Feerates: 318.30 > 4.27 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,401 (47,188 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
868,213 868,213 000000000000000000027417d5f5bcc1c0b542a0ad68864ead2a997a4abe1d7f 2,515 1.00/1.00 vMB 29
868,212 868,212 000000000000000000022c1b07a1fd55e842b5676c21320b54f0f2309b36f17b 6,964 1.00/1.00 vMB 2
868,211 868,211 00000000000000000000ad33a45e8fe6ba910f7e01c7e3d77333d46b26378160 3,162 1.00/1.00 vMB 4
868,210 868,210 0000000000000000000292e7a0d43240eb2e8b5f8bcf132df8e547b825c68563 3,189 1.00/1.00 vMB 4
868,209 868,209 000000000000000000018fbaac29af62dce0cfadd8c45be85300f77d81bd19bd 1,903 1.00/1.00 vMB 10
868,208 868,208 00000000000000000000717f6c691fdc3a3fa41f3b29d805403481b255d7d80d 2,888 1.00/1.00 vMB 9
868,207 868,207 000000000000000000006b7508b41db42265db65c1c07f05daa8c4fc180b0512 3,344 1.00/1.00 vMB 10
868,206 868,206 00000000000000000000c8ee406e8a90c38626c6ad57a7ff8ce317cc46461227 3,090 1.00/1.00 vMB 6
868,205 868,205 000000000000000000003c5e97f61cb8a534f229d1ecc665c99bed9393143de7 3,091 1.00/1.00 vMB 9
868,204 868,204 00000000000000000002e2ddc4bca95005f439e4315f2ef37e3d363112beaebd 3,132 1.00/1.00 vMB 11
868,203 868,203 000000000000000000024dce26cf769d5590982374624f47e0490100d0c18fcb 3,134 1.00/1.00 vMB 30
868,202 868,202 0000000000000000000185a74394cb8ff88be23617fb4019c288cf6ecf8ddcde 2,637 1.00/1.00 vMB 31
868,201 868,201 00000000000000000002c4273576d7ab3dde59fe02a03c810fe2aeee59b31e47 1,655 1.00/1.00 vMB 10
868,200 868,200 00000000000000000001420abf2362a4c3206abd6b4918b23e9593d4e15cce15 4,028 1.00/1.00 vMB 21
868,199 868,199 00000000000000000001f51e881c41c560d41a5b14dfc40d6fddb08eb4bd1ecf 3,130 1.00/1.00 vMB 39
868,198 868,198 00000000000000000002ea5f56bb7f09b26d08a9f87ce08d9de4de6f020327f2 5,579 1.00/1.00 vMB 8
868,197 868,197 00000000000000000000671e2ea9faf5a5edf16ef4595e94006f8114f45accc7 4,495 1.00/1.00 vMB 21
868,196 868,196 000000000000000000027e0ce57f5ca35dc7a3fdf7b23c1d989b2d7abdcaa46e 4,848 1.00/1.00 vMB 74
868,195 868,195 00000000000000000001ed94ba593fb80af0c2027496e666326c11095593ca8f 5,439 1.00/1.00 vMB 118
868,194 868,194 00000000000000000000dd31c74914a891daaedfa62535fe9fedc7abeb1c8c18 6,396 1.00/1.00 vMB 419
868,193 868,193 00000000000000000002f0d74899067c194433712672955709375f0b56f23522 6,765 1.00/1.00 vMB 696
Previous 10 blocks ↓
Total Size: 783.08 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: 722.18 GB
    • Received: 18.39 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.