Loading Tool

Explorer IconExplorer

Memory Pool

47,956 transactions
28.00 vMB
0.06706599 BTC
Random Selection Loading Transactions
Max Size: 148.70/200 MB

Candidate Block

Mining Attempt 169c1a081b57e69c52d0ff19616967d98a2f5ccc8f8bd2cb38409495efbc0d53
Version 20000000
Previous Block 00000000000000000001a910bb93b48e2d87af92722f1a8406500b6fdd169ecb
Merkle Root bfdd482d35d2fc2a8efdd8d47b213491b1d20a31f47e66c81b733911655be5b9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,080
Size: 1.00 vMB
Total Fees: 0.01262023 BTC
Feerates: 46.87 > 1.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,718 (68,411 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
846,307 846,307 00000000000000000001c2f1bfc397304f4201f6b2d5832db99108156bde69af 5,052 1.00/1.00 vMB 25
846,306 846,306 000000000000000000034c41fa593ae0cd4fecaa132fa5b2cd713bbff297723d 4,843 1.00/1.00 vMB 34
846,305 846,305 000000000000000000015f206690d1e16b2fdb71e6f78509b3b36f927f059e4b 4,595 1.00/1.00 vMB 27
846,304 846,304 00000000000000000000fbb638d9ce3a8db9d02a097fb249993d66968b107c40 5,464 1.00/1.00 vMB 26
846,303 846,303 0000000000000000000258388eec54bdd50145863abbb71a3568dedabc9331d5 5,864 1.00/1.00 vMB 29
846,302 846,302 000000000000000000030e49b9d20f06eec7953b26b4b61d98f5a4d91c8f457e 5,835 1.00/1.00 vMB 34
846,301 846,301 00000000000000000000912a0735f21448b26783fbcfb1bb4a26fa51aac6c476 5,248 1.00/1.00 vMB 21
846,300 846,300 00000000000000000000ebd9bd57fbd50870449db76879507e81ae8a801f3021 3,982 1.00/1.00 vMB 23
846,299 846,299 0000000000000000000262902444fcde8fdbda228c560cb6b724d93a4516a2da 5,196 1.00/1.00 vMB 22
846,298 846,298 00000000000000000001690068a53733940a637afc128f43f62c8531d7839f94 4,344 1.00/1.00 vMB 19
846,297 846,297 0000000000000000000349d03b99d0b25b3d7c82dde7d41e61a412577e77e944 6,053 1.00/1.00 vMB 31
846,296 846,296 00000000000000000001be4f567261121670e785eb4b18d8609bdc83894282e2 4,936 1.00/1.00 vMB 32
846,295 846,295 00000000000000000002cb1fa21bad737769d96a89f2889442881a49fce3c704 4,671 1.00/1.00 vMB 42
846,294 846,294 000000000000000000034d6b0a0c7639ef7eaf33477fdeec608ef92e8f28ac0e 6,052 1.00/1.00 vMB 59
846,293 846,293 0000000000000000000220ce2c6aafe87dbec4db7e7a604a9e0293af00c0ec8e 4,645 1.00/1.00 vMB 48
846,292 846,292 00000000000000000002a62e152c9411cffa3e860e79ca5add74a89e304445c6 6,514 1.00/1.00 vMB 66
846,291 846,291 00000000000000000001d7419e5725b046a68068a32706ae461a119d61304213 6,228 1.00/1.00 vMB 73
846,290 846,290 00000000000000000001f26931216f7f538715ae4581b771cace3405a117c1f0 5,253 1.00/1.00 vMB 83
846,289 846,289 00000000000000000000be42bbdd32b9a8af00ac5653a428a5243dcbbf96d5a4 5,951 1.00/1.00 vMB 59
846,288 846,288 00000000000000000000edea27d555bde1df1c44fed8b5da9ce1288fcfbcc7e6 3,910 1.00/1.00 vMB 26
846,287 846,287 00000000000000000000b070c0691b8dc390b95f1d35514dc479efdd292db7b4 5,946 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 781.90 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: 645.25 GB
    • Received: 12.72 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.