Loading Tool

Explorer IconExplorer

Memory Pool

77,799 transactions
29.23 vMB
0.06221597 BTC
Random Selection Loading Transactions
Max Size: 175.67/200 MB

Candidate Block

Mining Attempt c5fe03295c0261c3e327a7d7f7f94ae529c10efaae6e7d85f47778e4e6d4108d
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root 3cf5372d86b12a7765cef8d788f94ea59a5098096634e8eedfabbf7c64915076
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,618
Size: 1.00 vMB
Total Fees: 0.00298325 BTC
Feerates: 7.11 > 0.30 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (288,786 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
626,210 626,210 00000000000000000000470d87c9fd16aff103b053a17effcaca09c585b207de 843 0.23/1.00 vMB 22
626,209 626,209 00000000000000000012c502aee1a27f72681b83bd814ca8ed1a8cd5f2949074 2,833 0.89/1.00 vMB 20
626,208 626,208 000000000000000000074d59e2c6fb71f562cec73da192856750d13c6a9b95d0 377 0.12/1.00 vMB 25
626,207 626,207 0000000000000000000e7dd21e956bfffe1c28bd25c4f4051fb1fd140ccf4d9c 1,302 0.59/1.00 vMB 22
626,206 626,206 0000000000000000000ce44011588f18f4e506eb7182f2e010e013264b078152 1,204 0.55/1.00 vMB 3
626,205 626,205 000000000000000000124d0896fec2ad459abfaadb6ddcdbad2d693493357b6f 2,810 0.97/1.00 vMB 27
626,204 626,204 0000000000000000000c90523b6e78237ca80b97022762830449d10e8e6570a2 604 0.25/1.00 vMB 20
626,203 626,203 00000000000000000009f22928bc6aa3cf1e691df6e9a2dc4cd446ee95bd445a 699 0.24/1.00 vMB 17
626,202 626,202 0000000000000000000539f2189e0525d4e278cc9c8f9db61c5328b5e00f3d24 2,504 1.00/1.00 vMB 25
626,201 626,201 0000000000000000001136e0e7cae87207bbd1a28f5e1b138aa066e771626a63 1,516 0.58/1.00 vMB 21
626,200 626,200 0000000000000000000c5a76739a4520537b5f767e1815fba4c105af58d41337 848 0.44/1.00 vMB 14
626,199 626,199 00000000000000000003f0fa6824b902a09653e5c958ae883924eea4c5e98b0b 1,946 1.00/1.00 vMB 18
626,198 626,198 000000000000000000051927d6d50b25386036ec2c780063e569a8d17c6a5c42 1,787 1.00/1.00 vMB 19
626,197 626,197 00000000000000000003a6c0ca3376007279b512c8e0604aa2285ca557fffacb 2,621 1.00/1.00 vMB 12
626,196 626,196 0000000000000000000b27aa908224ee3ed7c7dd7ea64fe3f62a1ebd5efa5c92 2,706 1.00/1.00 vMB 29
626,195 626,195 00000000000000000008299881c3c1e9cde470679881418765d65cd7fdb0cd24 1,494 0.73/1.00 vMB 21
626,194 626,194 000000000000000000019ac637062ef343daaa72d721242a719794d27e311949 2,972 0.98/1.00 vMB 6
626,193 626,193 0000000000000000000bd5406a9fad27bc1eb08e0804813176323a37aa79de70 2,996 1.00/1.00 vMB 26
626,192 626,192 00000000000000000009f62bf9445c7fbd12dd92da0f4c92dfbe96c008627c18 2,606 1.00/1.00 vMB 33
626,191 626,191 00000000000000000005622a050db4b22907db2daa0989c68e09e2530db07dd8 2,057 1.00/1.00 vMB 14
626,190 626,190 0000000000000000000363a893b69a6e06f8328a8b5a5c53625c6d3a58fbe15b 1,899 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.38 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: 664.47 GB
    • Received: 14.98 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.