Loading Tool

Explorer IconExplorer

Memory Pool

21,697 transactions
16.74 vMB
0.03514789 BTC
Random Selection Loading Transactions
Max Size: 84.83/200 MB

Candidate Block

Mining Attempt 46a6da66d7731f2e978c7a454ad3be17786028f12ed7bbf3220985ae1d9aaafc
Version 20000000
Previous Block 0000000000000000000192aa2e9f0066dbf7d99b2abae1bb6fe296556d74f9be
Merkle Root 691ddaa29a2abe227694d3d2821cb869ecc786582d3d367a9da623aa437e2bbb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,906
Size: 1.00 vMB
Total Fees: 0.00477432 BTC
Feerates: 60.16 > 0.48 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,139 (784,928 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
129,211 129,211 0000000000001d3a6628efc8611ad10f940aea3f5e525e339f7f359c6bca70c5 17 0.01/1.00 vMB 274
129,210 129,210 000000000000038de26a3ff651fe2db022d057c87b11851a7ac4988ffc927212 11 0.01/1.00 vMB 356
129,209 129,209 0000000000001c11d58b226d02b618a83ee932029c704d80f218cf1c96063c78 10 0.00/1.00 vMB 0
129,208 129,208 000000000000126a24521965ea614bd6c7763a13ee5414fb90d9230fd1fc351b 16 0.01/1.00 vMB 1,378
129,207 129,207 0000000000000e08360c0bc8542479907119db59b0cd281e11a17d9021fe72f5 106 0.03/1.00 vMB 152
129,206 129,206 0000000000001a184bbe2607ac8bb4ab98eb5317b5b49eec45ed8d3cf1e5dd71 14 0.01/1.00 vMB 263
129,205 129,205 00000000000013a79d6753c9f2d556508a639d94126f6916c3428d2babc8632d 37 0.01/1.00 vMB 431
129,204 129,204 0000000000000d35a16951079a5ab6c0b55fef5330e42a991e56f87599455dd3 60 0.03/1.00 vMB 1,041
129,203 129,203 00000000000003fe0c58e84c9ab6ae1ecee1127fc45b25c8b934bd1c747ddea5 16 0.01/1.00 vMB 1,136
129,202 129,202 000000000000024ed4b7aa6c44eb3e6354c77668ae940629507e6993b9f78ebc 47 0.02/1.00 vMB 869
129,201 129,201 0000000000001b7bc14e0f55a2b0674b7d34f9e4e887ee8f9fd0ed9ccd902e18 56 0.02/1.00 vMB 2,304
129,200 129,200 0000000000000c35365877efd5cb4ac783d93477325d5ed4382c99f10edc3f18 209 0.07/1.00 vMB 320
129,199 129,199 000000000000144fb73d61f3ba4bfb659b5ac95767e272bdaaf1071932244698 11 0.00/1.00 vMB 0
129,198 129,198 0000000000001d911c4ba49fb8e85c411d0bb1848c7b5ba3909e930cd3a33d03 25 0.01/1.00 vMB 1,278
129,197 129,197 0000000000001135d15e1949936cd45a144b2d88ca4afdeaf04fe3804bcc2a07 7 0.00/1.00 vMB 882
129,196 129,196 0000000000001b40e0f25142873d455f6ac96e667344ae6dedb1ac63804639ed 3 0.00/1.00 vMB 1,141
129,195 129,195 00000000000001c2e47e5150f3b1d511ecbcea8a244d84eebd096deecb4b38ed 109 0.03/1.00 vMB 140
129,194 129,194 000000000000045e0b842bb0a3049232e61fb8d587d9e53ef636bad671f31bf8 15 0.01/1.00 vMB 1,678
129,193 129,193 00000000000014c4106300968a1c42174daa28b02bd3e79a54c2bc40a49b5620 65 0.02/1.00 vMB 46
129,192 129,192 000000000000199ff6e2ca073e254b2881a079d25c292480ad5b290602927194 11 0.01/1.00 vMB 1,450
129,191 129,191 000000000000138d008342d025f9ef50dec3fcbc1fa30a5d9a7fa22c4a53e802 96 0.04/1.00 vMB 742
Previous 10 blocks ↓
Total Size: 780.85 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: 562.60 GB
    • Received: 7.48 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.